Start gnome-keyring with window manager
Replace calling gnome-keyring-daemon in every zsh instance with just sourcing the file the daemon returns on startup in i3. TODO: Use pam for that
This commit is contained in:
@@ -244,7 +244,7 @@ exec --no-startup-id /usr/libexec/gnome-settings-daemon-localeexec
|
||||
exec --no-startup-id dconf write /org/gnome/settings-daemon/plugins/cursor/active false
|
||||
|
||||
# Launch gnome-keyring
|
||||
exec --no-startup-id gnome-keyring-daemon
|
||||
exec --no-startup-id gnome-keyring-daemon --start
|
||||
|
||||
# Focus should not follow mouse
|
||||
# This is sometimes usefull when picking colors on the screen in combination with deactivated dim
|
||||
|
||||
Reference in New Issue
Block a user