mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 19:51:34 +01:00
Hotfix unresponsiveness after sleep
This commit is contained in:
parent
bf792236bc
commit
8e52f1cf20
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ in {
|
|||
in {
|
||||
enable = true;
|
||||
lockCmd = "pidof ${hyprlockExe} || ${hyprlockExe}";
|
||||
beforeSleepCmd = "loginctl lock-session";
|
||||
# beforeSleepCmd = "loginctl lock-session";
|
||||
afterSleepCmd = "hyprctl dispatch dpms on";
|
||||
listeners = [
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue