From a7e2636c331a1d7f79d05ed44986864e9cf823e4 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Sun, 10 Dec 2023 14:03:27 -0500 Subject: fixes --- desktop/.config/sway/config | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'desktop/.config/sway') diff --git a/desktop/.config/sway/config b/desktop/.config/sway/config index bddf39b..af20fde 100755 --- a/desktop/.config/sway/config +++ b/desktop/.config/sway/config @@ -26,7 +26,6 @@ include /etc/sway/config-vars.d/* ### Output configuration # # Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/) -output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill # # Example configuration: # @@ -221,7 +220,7 @@ input 1:1:AT_Translated_Set_2_keyboard { include /etc/sway/config.d/* -exec "ssh-agent -a $SSH_AUTH_SOCK" +exec "[[ -e $SSH_AUTH_SOCK ]] || ssh-agent -a $SSH_AUTH_SOCK" exec nm-applet --indicator exec dunst exec kanshi -c ~/.config/kanshi/config -- cgit v1.2.3