configs/hyprland: fix hypridle lock cmd

parent 1b29e589
......@@ -2,6 +2,7 @@
# Этот файл необходим для управления утилитой hypridle.
general {
lock_cmd = pidof gtklock || gtklock -S -H -T 10
before_sleep_cmd = hyprctl dispatch dpms off
after_sleep_cmd = hyprctl dispatch dpms on
}
......@@ -20,7 +21,7 @@ listener {
listener {
timeout = 300
on-timeout = gtklock
on-timeout = loginctl lock-session
}
listener {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment