diff options
Diffstat (limited to '.config')
| -rw-r--r-- | .config/sway/config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/sway/config b/.config/sway/config index 9fde25e..42ce061 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -28,6 +28,9 @@ exec swayidle -w \ before-sleep 'swaylock -t -e -c 1f1f1f -i ~/.local/lock_2560_2head.png' exec dunst + +exec_always systemctl --user start sway-session.target + # # This will lock your screen after 300 seconds of inactivity, then turn off # your displays after another 300 seconds, and turn your screens back on when |
