Disabled sleep, if not a laptop on niri
This commit is contained in:
parent
bf933e2af2
commit
ce389e6629
1 changed files with 1 additions and 1 deletions
|
|
@ -265,7 +265,7 @@ in{
|
||||||
];
|
];
|
||||||
timeouts = let
|
timeouts = let
|
||||||
secondary = "${systemctl} suspend";
|
secondary = "${systemctl} suspend";
|
||||||
in[
|
in lib.mkIf (hwconfig.isLaptop) [
|
||||||
#{
|
#{
|
||||||
# timeout = 30;
|
# timeout = 30;
|
||||||
# command = "pidof hyprlock && ${secondary}";
|
# command = "pidof hyprlock && ${secondary}";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue