From 92800877d210983995491f8dacd3731259c78b5f Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Tue, 24 Mar 2020 10:44:05 +0200 Subject: [PATCH] Run keyring and polkit --- home/.config/sway/conf.d/08-exec.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/.config/sway/conf.d/08-exec.conf b/home/.config/sway/conf.d/08-exec.conf index ff5e80c..7d7a179 100644 --- a/home/.config/sway/conf.d/08-exec.conf +++ b/home/.config/sway/conf.d/08-exec.conf @@ -10,6 +10,8 @@ exec { mako wl-paste -t text --watch clipman store mkfifo $SWAYSOCK.wob && tail -f $SWAYSOCK.wob | wob + /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 + gnome-keyring-daemon --start --components=secrets mpDris2 }