From e5aa7811200f0b9ddc6734d8f7ccd86e1cb0a2bf Mon Sep 17 00:00:00 2001 From: Fabio Scotto di Santolo Date: Thu, 7 Aug 2025 20:22:15 +0200 Subject: [PATCH] Fix Sway idle configuration --- sway/.config/sway/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sway/.config/sway/config b/sway/.config/sway/config index fac9303..270b874 100644 --- a/sway/.config/sway/config +++ b/sway/.config/sway/config @@ -50,7 +50,7 @@ output * bg ~/.config/sway/wallpaper.jpg fill # You can get the names of your outputs by running: swaymsg -t get_outputs ### Idle configuration -set $ exec bash ~/.config/sway/scripts/lockman.sh +set $lockman exec bash ~/.config/sway/scripts/lockman.sh exec swayidle -w \ timeout 300 'swaylock -f' \ timeout 600 'swaymsg "output * power off"' resume 'swaymsg "output * power on"' \