disable reload after sleep
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 36s

This commit is contained in:
Satria 2026-03-29 10:47:54 +07:00
commit 8c76b31111

View file

@ -6,7 +6,7 @@
lock_cmd = "hyprlock";
unlock_cmd = "pkill -USR1 hyprlock";
before_sleep_cmd = "hyprctl dispatch dpms off && hyprlock";
after_sleep_cmd = "hyprctl dispatch dpms on && pkill -USR2 hyprlock";
after_sleep_cmd = "hyprctl dispatch dpms on";
};
listener = [
{