Compare commits
No commits in common. "513e741704371a62fd6526c430dc95001db47f37" and "251bb5df50b17cf7046d5e048e86dbcaa686b8bc" have entirely different histories.
513e741704
...
251bb5df50
@ -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 = "${swayidle} -w timeout 300 '${hyprctl} dispatch dpms off' resume '${hyprctl} dispatch dpms on'";
|
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";
|
||||||
|
@ -79,7 +79,6 @@ in
|
|||||||
# nix utilities
|
# nix utilities
|
||||||
nix-du
|
nix-du
|
||||||
graphviz # for nix-du
|
graphviz # for nix-du
|
||||||
nvd
|
|
||||||
|
|
||||||
# secrets
|
# secrets
|
||||||
age
|
age
|
||||||
|
Loading…
x
Reference in New Issue
Block a user