Use config file for configuration of swaylock

This commit is contained in:
morten-b
2021-01-25 10:43:38 +01:00
committed by GitHub
parent 7c8fe3dfb4
commit 1b7076b9c5

View File

@@ -4,6 +4,6 @@ swayidle \
timeout 5 'swaymsg "output * dpms off"' \ timeout 5 'swaymsg "output * dpms off"' \
resume 'swaymsg "output * dpms on"' & resume 'swaymsg "output * dpms on"' &
# Locks the screen immediately # Locks the screen immediately
swaylock -i ~/.config/sway/swaylock.png -L -K --font UbuntuMono -s tile swaylock
# Kills last background task so idle timer doesn't keep running # Kills last background task so idle timer doesn't keep running
kill %% kill %%