diff options
| author | ryukamish <[email protected]> | 2026-06-25 12:34:57 +0530 |
|---|---|---|
| committer | ryukamish <[email protected]> | 2026-06-25 12:34:57 +0530 |
| commit | e29c201c71fa08e9a1af93e10966d4ac5186bc76 (patch) | |
| tree | 2c82df3ae19b277715177035ed584100e3674002 /.config | |
| parent | c2ef1816bff6ac24e17180b701d628661066d126 (diff) | |
misc: misc changes like spacing and gnome-keyring not in autostart
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 |
