From 9a1bbeed9204fbf495dcc9107e7f2f685dd2684c Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Mon, 30 Dec 2024 22:56:16 +0100 Subject: fix --- .config/x11/xinitrc | 4 ++-- 1 file 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 -- cgit v1.2.3