feat(wayland): remove swayidle.
This commit is contained in:
parent
4637e4ed21
commit
8974998926
1 changed files with 0 additions and 11 deletions
|
|
@ -58,17 +58,6 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
services.swayidle = {
|
|
||||||
enable = true;
|
|
||||||
timeouts = [
|
|
||||||
{
|
|
||||||
timeout = 10;
|
|
||||||
command = "pidof hyprlock && ${pkgs.wlopm}/bin/wlopm --off '*'";
|
|
||||||
resumeCommand = "${pkgs.wlopm}/bin/wlopm --on '*'";
|
|
||||||
}
|
|
||||||
];
|
|
||||||
};
|
|
||||||
|
|
||||||
# Enable hyprlock
|
# Enable hyprlock
|
||||||
programs.hyprlock = {
|
programs.hyprlock = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue