mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 16:21: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 {
|
in {
|
||||||
enable = true;
|
enable = true;
|
||||||
lockCmd = "pidof ${hyprlockExe} || ${hyprlockExe}";
|
lockCmd = "pidof ${hyprlockExe} || ${hyprlockExe}";
|
||||||
beforeSleepCmd = "loginctl lock-session";
|
# beforeSleepCmd = "loginctl lock-session";
|
||||||
afterSleepCmd = "hyprctl dispatch dpms on";
|
afterSleepCmd = "hyprctl dispatch dpms on";
|
||||||
listeners = [
|
listeners = [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue