From 5fe1455447183e843b91f27b7eada71de8e31747 Mon Sep 17 00:00:00 2001 From: klg Date: Thu, 27 Feb 2020 08:05:10 +0100 Subject: [PATCH] keyring --- config | 3 +++ gnome-keyring.sh | 2 ++ 2 files changed, 5 insertions(+) create mode 100644 gnome-keyring.sh diff --git a/config b/config index e01099c..998fcca 100644 --- a/config +++ b/config @@ -78,6 +78,8 @@ bindsym XF86AudioRaiseVolume exec amixer sset 'Master' 5%+ bindsym XF86MonBrightnessDown exec brightnessctl s 20%- bindsym XF86MonBrightnessUp exec brightnessctl s +20% +bindsym AltGr+F5 exec playerctl play-pause + mode "resize" { bindsym Down resize grow height 10 px or 10 ppt bindsym Escape mode default @@ -107,4 +109,5 @@ exec_always --no-startup-id setxkbmap -option 'grp:alt_shift_toggle' exec_always --no-startup-id nm-applet +exec_always ~/.config/i3/gnome-keyring.sh diff --git a/gnome-keyring.sh b/gnome-keyring.sh new file mode 100644 index 0000000..ac6b0a8 --- /dev/null +++ b/gnome-keyring.sh @@ -0,0 +1,2 @@ +eval $(/usr/bin/gnome-keyring-daemon --start --components=gpg,pkcs11,secrets,ssh) +export GNOME_KEYRING_CONTROL GNOME_KEYRING_PID GPG_AGENT_INFO SSH_AUTH_SOCK