From 926b2bb0898537f08173e8466902e8bbc518a88e Mon Sep 17 00:00:00 2001 From: Ethan Lane Date: Mon, 10 Feb 2025 09:54:13 +0000 Subject: [PATCH] Add gnome keyring to i3 config --- home/vylpes/.config/i3/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/vylpes/.config/i3/config b/home/vylpes/.config/i3/config index 95aae92..4d07162 100644 --- a/home/vylpes/.config/i3/config +++ b/home/vylpes/.config/i3/config @@ -42,6 +42,8 @@ exec_always --no-startup-id nextcloud --background exec --no-startup-id polybar -r exec --no-startup-id "sh /home/vylpes/.screenlayout/default.sh" +exec --no-startup-id /usr/bin/gnome-keyring-daemon --start --components=ssh,secrets,pkcs11 + # Use pactl to adjust volume in PulseAudio. # Add "&& $refresh_i3status" if needed set $refresh_i3status killall -SIGUSR1 polybar