Skip to content

Commit

Permalink
Improve gnome-keyring-daemon start cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
zadjadr committed Jun 16, 2023
1 parent 2c17318 commit 2b65326
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .config/i3/config
Original file line number Diff line number Diff line change
Expand Up @@ -380,9 +380,6 @@ bindsym $mod+Control+Left move workspace to output left
# autostart applications/services on login: #
#############################################

#get auth work with polkit-gnome
exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1

# dex execute .desktop files + apps using /etc/xdg/autostart.
# when second to i3 a DE is installed or mixed usage of i3 + xfce4 or GNOME
# in this cases better disable dex and use manual starting apps using xdg/autostart
Expand Down Expand Up @@ -444,8 +441,11 @@ exec --no-startup-id /usr/bin/redshift -x && /usr/bin/redshift -O 3000
exec --no-startup-id ~/.config/i3/scripts/lid
exec --no-startup-id ~/.config/i3status-rust/scripts/clean-custom-blocks

# get auth to work with polkit-gnome
exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1

# make sure that gnome-keyring starts an SSH agent
exec --no-startup-id /usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets,ssh
exec --no-startup-id /usr/bin/gnome-keyring-daemon --replace --components=ssh,pkcs11,secrets --control-directory=/run/user/1000/keyring

###############
# system tray #
Expand Down

0 comments on commit 2b65326

Please sign in to comment.