Remove broken wait before sleep

This commit is contained in:
SebastianStork 2024-04-22 20:19:09 +02:00
parent 3e57420b04
commit 37f84e63cb

View file

@ -30,7 +30,7 @@
enable = true; enable = true;
lockCmd = "pidof ${hyprlockExe} || ${hyprlockExe}"; lockCmd = "pidof ${hyprlockExe} || ${hyprlockExe}";
beforeSleepCmd = "loginctl lock-session & sleep1"; beforeSleepCmd = "loginctl lock-session";
afterSleepCmd = "hyprctl dispatch dpms on"; afterSleepCmd = "hyprctl dispatch dpms on";
listeners = [ listeners = [