Swayidle: increased timeout

This commit is contained in:
Filippo Berto 2024-02-21 11:05:45 +01:00
parent 4f1136c17f
commit 03f2250065
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
3 changed files with 2 additions and 2 deletions

View file

@ -174,7 +174,6 @@
{ {
home-manager.users.bertof.imports = [ home-manager.users.bertof.imports = [
./modules/hm/hyprland.nix ./modules/hm/hyprland.nix
./modules/hm/swayidle.nix
]; ];
} }
] ++ homeManagerModules ++ [ ] ++ homeManagerModules ++ [

View file

@ -6,6 +6,7 @@
./nemo.nix ./nemo.nix
./waybar.nix ./waybar.nix
# ./dunst.nix # ./dunst.nix
./swayidle.nix
./swaynotificationcenter.nix ./swaynotificationcenter.nix
./wl_update_background.nix ./wl_update_background.nix
]; ];

View file

@ -9,7 +9,7 @@
]; ];
timeouts = [ timeouts = [
{ {
timeout = 30; timeout = 60;
command = "${pkgs.brillo}/bin/brillo -e -O; ${pkgs.brillo}/bin/brillo -e -S 30"; command = "${pkgs.brillo}/bin/brillo -e -O; ${pkgs.brillo}/bin/brillo -e -S 30";
resumeCommand = "${pkgs.brillo}/bin/brillo -e -I"; resumeCommand = "${pkgs.brillo}/bin/brillo -e -I";
} }