From dc667b72c1af7b030fe7282eb04aa2abebccf0c6 Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Tue, 16 Feb 2021 17:28:25 +0100 Subject: [PATCH] [sway/config] import environment & start gnome-polkit --- sway/config | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sway/config b/sway/config index 6557c8a..f7b28fa 100644 --- a/sway/config +++ b/sway/config @@ -24,7 +24,11 @@ seat * hide_cursor 10000 output * bg #0C0C0D solid_color #output * bg wallpaper.png fit +# source env-vars +exec systemctl --user import-environment + # startup programs +exec /run/current-system/sw/libexec/polkit-gnome-authentication-agent-1 exec gnome-keyring-daemon --start --components secrets exec swayidle -w \ timeout 285 'notify-send -a lockscreen -c lock-warn -u critical -t 14900 -i system-lock-screen "Locking Screen" "Will Lock Screen in 15s"' \