disable reload after sleep
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 36s
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 36s
This commit is contained in:
parent
6c96c4ca0f
commit
8c76b31111
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
lock_cmd = "hyprlock";
|
lock_cmd = "hyprlock";
|
||||||
unlock_cmd = "pkill -USR1 hyprlock";
|
unlock_cmd = "pkill -USR1 hyprlock";
|
||||||
before_sleep_cmd = "hyprctl dispatch dpms off && 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 = [
|
listener = [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue