commit 6063c07e186b27f0bf9cdb73bbfddf0cbc52b746 parent 9202286701153cdb2d44015aa5a83e4215f11c19 Author: awy <awy@awy.one> Date: Sat, 17 May 2025 16:24:19 +0300 swayidle Diffstat:
M | .config/swayidle/config | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.config/swayidle/config b/.config/swayidle/config @@ -1,3 +1,3 @@ -timeout 300 'swaylock -f -c 000000' +timeout 300 'swaylock -f' timeout 330 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' -before-sleep 'swaylock -f -c 000000' +before-sleep 'swaylock -f'