hyprland: disble idle cmd
This commit is contained in:
parent
cef77e2a56
commit
bf793f8ee1
@ -18,7 +18,8 @@ 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 = "${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 = "${hypr-dispatcher-package}/bin/hypr-dispatcher";
|
||||
|
Loading…
x
Reference in New Issue
Block a user