Compare commits
No commits in common. "fa727b54c9ac1436f2eca7e12c416cd029e76e76" and "cef77e2a56a42e17408962e1ee7a68d39c0e0606" have entirely different histories.
fa727b54c9
...
cef77e2a56
@ -18,8 +18,7 @@ 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";
|
||||||
|
@ -72,9 +72,6 @@ in
|
|||||||
lshw
|
lshw
|
||||||
pciutils
|
pciutils
|
||||||
compsize
|
compsize
|
||||||
efibootmgr
|
|
||||||
ncdu
|
|
||||||
btdu
|
|
||||||
|
|
||||||
# nix utilities
|
# nix utilities
|
||||||
nix-du
|
nix-du
|
||||||
|
Loading…
x
Reference in New Issue
Block a user