diff options
author | Kjetil Orbekk <kj@orbekk.com> | 2023-12-10 14:03:27 -0500 |
---|---|---|
committer | Kjetil Orbekk <kj@orbekk.com> | 2023-12-10 14:03:27 -0500 |
commit | a7e2636c331a1d7f79d05ed44986864e9cf823e4 (patch) | |
tree | 0cc039dda50929dbe2a7b2c3c618144c9dec560a /desktop | |
parent | 24e855102e2a8a1472d24529018c8c993165b4f4 (diff) |
fixes
Diffstat (limited to 'desktop')
-rwxr-xr-x | desktop/.config/sway/config | 3 |
1 files changed, 1 insertions, 2 deletions
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 |