diff options
| author | yuzu-eva <cafebabe@disroot.org> | 2024-12-30 22:56:16 +0100 |
|---|---|---|
| committer | yuzu-eva <cafebabe@disroot.org> | 2024-12-30 22:56:16 +0100 |
| commit | 9a1bbeed9204fbf495dcc9107e7f2f685dd2684c (patch) | |
| tree | a87b98dc0631affe8f6e3e813cf40615676d6e5e | |
| parent | 000d5c67029edd60783e21e8d68ef5bd88590f40 (diff) | |
fix
| -rw-r--r-- | .config/x11/xinitrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc index 71af59b..db28407 100644 --- a/.config/x11/xinitrc +++ b/.config/x11/xinitrc @@ -4,8 +4,8 @@ # eval $(dbus-launch --sh-syntax --exit-with-session) #fi -pgrep -x gpg-agent >/dev/null || eval "$(gpg-agent --daemon --allow-preset-passphrase)" -pgrep -x ssh-agent >/dev/null || eval "$(ssh-agent)" +eval "$(gpg-agent --daemon --allow-preset-passphrase)" +eval "$(ssh-agent)" xrandr --addmode HDMI-A-0 1280x960 xrandr --output HDMI-A-0 --mode 1280x960 --primary |
