Fix swayidle
This commit is contained in:
parent
1cd915d53b
commit
f629025368
|
@ -275,8 +275,8 @@ in with lib; {
|
||||||
# Turn off the displays after 10 minutes of inactivity
|
# Turn off the displays after 10 minutes of inactivity
|
||||||
{
|
{
|
||||||
timeout = 600;
|
timeout = 600;
|
||||||
command = ''swaymsg "output * dpms off"'';
|
command = "hyprctl dispatch dpms off";
|
||||||
resumeCommand = ''swaymsg "output * dpms on"'';
|
resumeCommand = "hyprctl dispatch dpms on";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue