mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 15:11:34 +01:00
Remove broken wait before sleep
This commit is contained in:
parent
3e57420b04
commit
37f84e63cb
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@
|
|||
enable = true;
|
||||
|
||||
lockCmd = "pidof ${hyprlockExe} || ${hyprlockExe}";
|
||||
beforeSleepCmd = "loginctl lock-session & sleep1";
|
||||
beforeSleepCmd = "loginctl lock-session";
|
||||
afterSleepCmd = "hyprctl dispatch dpms on";
|
||||
|
||||
listeners = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue