Compare commits

..

No commits in common. "fa727b54c9ac1436f2eca7e12c416cd029e76e76" and "cef77e2a56a42e17408962e1ee7a68d39c0e0606" have entirely different histories.

2 changed files with 1 additions and 5 deletions

View File

@ -18,8 +18,7 @@ let
pkill = "${pkgs.procps}/bin/pkill";
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 = "${pkgs.coreutils}/bin/true";
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'";
hypr-dispatcher-package = pkgs.callPackage ./dispatcher { hyprland = hyprland-pkg; };
hypr-dispatcher = "${hypr-dispatcher-package}/bin/hypr-dispatcher";

View File

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