[Fish] Automatically launch the Gnome Keyring when logging in

This commit is contained in:
Lucien Cartier-Tilet 2021-11-18 20:13:24 +01:00
parent 36ec6d3dd2
commit a800a292e2
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 6 additions and 0 deletions

View File

@ -174,6 +174,12 @@ set -x MANPAGER "sh -c 'col -bx | bat -l man -p'"
set -x XMODIFIERS
#+end_src
#+begin_src fish
if test -n "$DESKTOP_SESSION"
set -x (gnome-keyring-daemon --start | string split "=")
end
#+end_src
** Development
:PROPERTIES:
:CUSTOM_ID: Global_variables-Development-76b3ff13