From 3416d626cf9ac237540ca8ef2fa62b04febfc3af Mon Sep 17 00:00:00 2001 From: Christian Colglazier Date: Tue, 18 May 2021 12:55:57 -0400 Subject: [PATCH] Fixed keyring for all computers --- i3/desktop.conf | 3 --- i3/shared.conf | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/i3/desktop.conf b/i3/desktop.conf index 786ee22..822af9f 100644 --- a/i3/desktop.conf +++ b/i3/desktop.conf @@ -33,9 +33,6 @@ exec_always --no-startup-id g13d --config ~/.config/g13/resolve.bind --logo ~/.c exec --no-startup-id sh ~/.config/scripts/audio/system-start-audio.sh exec --no-startup-id "workspace $1; exec alacritty" -# Keyring -exec --no-startup-id /usr/bin/gnome-keyring-daemon --start --components=secrets - # Open Google Play Music on workspace 10 for_window [title="Google Play Music Desktop Player"] move to workspace $ws10 diff --git a/i3/shared.conf b/i3/shared.conf index 9457cc6..6c9eb5e 100644 --- a/i3/shared.conf +++ b/i3/shared.conf @@ -195,6 +195,9 @@ bindsym --release $mod+Print exec scrot '%Y:%m:%d:%H:%M:%S.png' -s -e 'mv $f ~/P bindsym $mod+s exec scrot '%Y:%m:%d:%H:%M:%S.png' -e 'mv $f ~/Pictures/screenshots/' bindsym --release $mod+Shift+s exec scrot '%Y:%m:%d:%H:%M:%S.png' -s -e 'mv $f ~/Pictures/screenshots/' +# Keyring +exec --no-startup-id /usr/bin/gnome-keyring-daemon --start --components=secrets + bindsym $mod+n exec nautilus bindsym $mod+m exec nautilus ~/Videos