From 1b7076b9c51b8c1a8414daaa8d8ad2ab818db48e Mon Sep 17 00:00:00 2001 From: morten-b <32033374+morten-b@users.noreply.github.com> Date: Mon, 25 Jan 2021 10:43:38 +0100 Subject: [PATCH] Use config file for configuration of swaylock --- .config/sway/scripts/lockman.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/sway/scripts/lockman.sh b/.config/sway/scripts/lockman.sh index 143fbca..09b3ad9 100644 --- a/.config/sway/scripts/lockman.sh +++ b/.config/sway/scripts/lockman.sh @@ -4,6 +4,6 @@ swayidle \ timeout 5 'swaymsg "output * dpms off"' \ resume 'swaymsg "output * dpms on"' & # 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 kill %%