diff options
Diffstat (limited to '.config')
| -rw-r--r-- | .config/sway/config | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/sway/config b/.config/sway/config index 0f66f2f..ea4dc88 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -99,8 +99,8 @@ bindsym $mod+grave exec makoctl restore # Exit sway bindsym $mod+Shift+e exec swaynag -e bottom \ -m 'EXIT SWAY SESSION' \ - -b ' YES ' 'swaymsg exit' \ - -s ' NO ' + -b 'YES' 'swaymsg exit' \ + -s 'NO' # === Display === @@ -358,7 +358,7 @@ exec wl-paste --type image --watch cliphist store # also required to add into /etc/pam.d/login to autostart and unlock from TTY # auth optional pam_gnome_keyring.so # session optional pam_gnome_keyring.so auto_start -exec gnome-keyring-daemon --start --components=secrets +# exec gnome-keyring-daemon --start --components=secrets # Desktop notification exec mako |
