From d4c76053dfafd48a26dbe65ab22729d93fda9c39 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Fri, 10 Jan 2025 18:45:15 +0100 Subject: [PATCH] i3: start gnome-keyring-daemon on startup --- i3/config | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/i3/config b/i3/config index b9e1dd9..9ff2420 100644 --- a/i3/config +++ b/i3/config @@ -57,8 +57,7 @@ exec --no-startup-id picom # Needed for gnome-keyring to start. exec --no-startup-id dbus-update-activation-environment --all -#exec --no-startup-id gnome-keyring-daemon --start --components=secrets - +exec --no-startup-id gnome-keyring-daemon --start --components=secrets exec --no-startup-id dex-autostart --autostart --environment i3 exec --no-startup-id feh --bg-scale $background_image #exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock -c $color_bg --nofork