fix(hypridle): changed lockscreen session to custom hakase-hyprlock
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
after_sleep_cmd = "hyprctl dispatch dpms on";
|
||||
ignore_dbus_inhibit = false;
|
||||
lock_cmd = "hakase-hyprlock";
|
||||
before_sleep_cmd = "loginctl lock-session"; # lock before suspend
|
||||
before_sleep_cmd = "hakase-hyprlock"; # lock before suspend
|
||||
};
|
||||
|
||||
listener = [
|
||||
@@ -21,7 +21,7 @@
|
||||
# }
|
||||
{
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user