From a800a292e2fcd6fbbb66f74e4f52962f3e78523b Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Thu, 18 Nov 2021 20:13:24 +0100 Subject: [PATCH] [Fish] Automatically launch the Gnome Keyring when logging in --- org/config/fish.org | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/org/config/fish.org b/org/config/fish.org index 1a44f39..d66aa28 100644 --- a/org/config/fish.org +++ b/org/config/fish.org @@ -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