From 116525292bfab5a6015498683d6431b1c62463e2 Mon Sep 17 00:00:00 2001 From: ryukamish Date: Mon, 8 Jun 2026 12:46:53 +0530 Subject: removing gnome-keyring autostart because of too much problems --- .config/sway/config | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to '.config/sway/config') 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 -- cgit v1.3