diff options
Diffstat (limited to '.config')
| -rw-r--r-- | .config/sway/config | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/.config/sway/config b/.config/sway/config index a1a0713..971f7ad 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -309,10 +309,9 @@ bar { swaybar_command waybar } -# === Autostart === - -# Gnome Keyring -exec --no-startup-id gnome-keyring-daemon --start --components=pkcs11,secrets,ssh +# ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ +# ┃ Autostarts ┃ +# ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛ # wlsunset exec wlsunset -S '06:00' -s '18:00' -d 180 @@ -327,8 +326,14 @@ exec awww-daemon exec wl-paste --type text --watch cliphist store exec wl-paste --type image --watch cliphist store -# for dolphin file manager -exec XDG_MENU_PREFIX=arch- kbuildsycoca6 --noincremental +# NOTE: Facing a lot of issues with `gnome-keyring` +# Have decided not use `gnome-keyring` + +# Gnome keyring +# 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 # Desktop notification exec mako |
