fix(hypridle): changed lockscreen session to custom hakase-hyprlock

This commit is contained in:
kenji
2026-01-11 11:02:34 -06:00
parent f28ed60390
commit 975b2c2002
+2 -2
View File
@@ -11,7 +11,7 @@
after_sleep_cmd = "hyprctl dispatch dpms on"; after_sleep_cmd = "hyprctl dispatch dpms on";
ignore_dbus_inhibit = false; ignore_dbus_inhibit = false;
lock_cmd = "hakase-hyprlock"; lock_cmd = "hakase-hyprlock";
before_sleep_cmd = "loginctl lock-session"; # lock before suspend before_sleep_cmd = "hakase-hyprlock"; # lock before suspend
}; };
listener = [ listener = [
@@ -21,7 +21,7 @@
# } # }
{ {
timeout = 300; # 5min timeout = 300; # 5min
on-timeout = "loginctl lock-session"; # lock screen when timeout has passed on-timeout = "hakase-hyprlock"; # lock screen when timeout has passed
} }
{ {
timeout = 330; # 5.5min timeout = 330; # 5.5min