Compare commits

...

2 Commits

Author SHA1 Message Date
fa727b54c9
base: add some system utilities 2024-03-02 11:31:22 -05:00
bf793f8ee1
hyprland: disble idle cmd 2024-03-01 23:03:39 -05:00
2 changed files with 5 additions and 1 deletions

View File

@ -18,7 +18,8 @@ let
pkill = "${pkgs.procps}/bin/pkill"; pkill = "${pkgs.procps}/bin/pkill";
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";
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

@ -72,6 +72,9 @@ in
lshw lshw
pciutils pciutils
compsize compsize
efibootmgr
ncdu
btdu
# nix utilities # nix utilities
nix-du nix-du