mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 22:11:33 +01:00
Restructure the idlelock exception
This commit is contained in:
parent
759979860f
commit
8ca2e82d62
3 changed files with 15 additions and 15 deletions
|
|
@ -30,7 +30,7 @@
|
|||
enable = true;
|
||||
|
||||
lockCmd = "pidof ${hyprlockExe} || ${hyprlockExe}";
|
||||
# beforeSleepCmd = "loginctl lock-session";
|
||||
beforeSleepCmd = "loginctl lock-session & sleep1";
|
||||
afterSleepCmd = "hyprctl dispatch dpms on";
|
||||
|
||||
listeners = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue