From 226da5bdeb39632d60971caebd187e26746055e0 Mon Sep 17 00:00:00 2001
From: Christian Colglazier <christian@cacolglazier.com>
Date: Sun, 16 May 2021 18:22:38 -0400
Subject: [PATCH] Keyring on startup

---
 i3/desktop.conf | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/i3/desktop.conf b/i3/desktop.conf
index 822af9f..786ee22 100644
--- a/i3/desktop.conf
+++ b/i3/desktop.conf
@@ -33,6 +33,9 @@ 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