mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-05-24 19:14:39 +02:00
[sway/config] import environment & start gnome-polkit
This commit is contained in:
parent
b14c313b2f
commit
dc667b72c1
1 changed files with 4 additions and 0 deletions
|
@ -24,7 +24,11 @@ seat * hide_cursor 10000
|
||||||
output * bg #0C0C0D solid_color
|
output * bg #0C0C0D solid_color
|
||||||
#output * bg wallpaper.png fit
|
#output * bg wallpaper.png fit
|
||||||
|
|
||||||
|
# source env-vars
|
||||||
|
exec systemctl --user import-environment
|
||||||
|
|
||||||
# startup programs
|
# startup programs
|
||||||
|
exec /run/current-system/sw/libexec/polkit-gnome-authentication-agent-1
|
||||||
exec gnome-keyring-daemon --start --components secrets
|
exec gnome-keyring-daemon --start --components secrets
|
||||||
exec swayidle -w \
|
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"' \
|
timeout 285 'notify-send -a lockscreen -c lock-warn -u critical -t 14900 -i system-lock-screen "Locking Screen" "Will Lock Screen in 15s"' \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue