commit 116525292bfab5a6015498683d6431b1c62463e2 parent 3eea02181b54cf6c60f2bc9977831015643d386b Author: ryukamish <[email protected]> Date: Mon, 8 Jun 2026 12:46:53 +0530 removing gnome-keyring autostart because of too much problems Diffstat:
| M | .config/sway/config | | | 17 | +++++++++++------ |
1 file changed, 11 insertions(+), 6 deletions(-)
diff --git 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