Compare commits

...

2 Commits

Author SHA1 Message Date
513e741704
hyprland: re-enable idle dpms 2024-03-04 02:01:16 -05:00
ec25272dd4
system: add nvd 2024-03-04 01:58:59 -05:00
2 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,7 @@ let
lock-cmd = "${swaylock}"; lock-cmd = "${swaylock}";
# idle-cmd = "${swayidle} -w timeout 315 '${lock-cmd}' timeout 300 '${hyprctl} dispatch dpms off' resume '${hyprctl} dispatch dpms on' before-sleep '${lock-cmd}' lock '${lock-cmd}' unlock '${pkill} -USR1 -x swaylock'"; # idle-cmd = "${swayidle} -w timeout 315 '${lock-cmd}' timeout 300 '${hyprctl} dispatch dpms off' resume '${hyprctl} dispatch dpms on' before-sleep '${lock-cmd}' lock '${lock-cmd}' unlock '${pkill} -USR1 -x swaylock'";
idle-cmd = "${pkgs.coreutils}/bin/true"; idle-cmd = "${swayidle} -w timeout 300 '${hyprctl} dispatch dpms off' resume '${hyprctl} dispatch dpms on'";
hypr-dispatcher-package = pkgs.callPackage ./dispatcher { hyprland = hyprland-pkg; }; hypr-dispatcher-package = pkgs.callPackage ./dispatcher { hyprland = hyprland-pkg; };
hypr-dispatcher = "${hypr-dispatcher-package}/bin/hypr-dispatcher"; hypr-dispatcher = "${hypr-dispatcher-package}/bin/hypr-dispatcher";

View File

@ -79,6 +79,7 @@ in
# nix utilities # nix utilities
nix-du nix-du
graphviz # for nix-du graphviz # for nix-du
nvd
# secrets # secrets
age age