Swayidle: increased timeout
This commit is contained in:
parent
4f1136c17f
commit
03f2250065
3 changed files with 2 additions and 2 deletions
|
|
@ -174,7 +174,6 @@
|
|||
{
|
||||
home-manager.users.bertof.imports = [
|
||||
./modules/hm/hyprland.nix
|
||||
./modules/hm/swayidle.nix
|
||||
];
|
||||
}
|
||||
] ++ homeManagerModules ++ [
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@
|
|||
./nemo.nix
|
||||
./waybar.nix
|
||||
# ./dunst.nix
|
||||
./swayidle.nix
|
||||
./swaynotificationcenter.nix
|
||||
./wl_update_background.nix
|
||||
];
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
];
|
||||
timeouts = [
|
||||
{
|
||||
timeout = 30;
|
||||
timeout = 60;
|
||||
command = "${pkgs.brillo}/bin/brillo -e -O; ${pkgs.brillo}/bin/brillo -e -S 30";
|
||||
resumeCommand = "${pkgs.brillo}/bin/brillo -e -I";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue