update aurora

This commit is contained in:
2026-03-21 16:20:01 -05:00
parent 0df6aee231
commit 297b993992
4 changed files with 8 additions and 8 deletions

View File

@@ -15,7 +15,7 @@
settings = {
general = {
lock_cmd = "pidof hyprlock || hyprlock"; # avoid starting multiple hyprlock instances.
lock_cmd = "aurora ipc call lockscreen lock"; # avoid starting multiple hyprlock instances.
before_sleep_cmd = "loginctl lock-session"; # lock before suspend.
after_sleep_cmd = "hyprctl --instance 0 dispatch dpms on"; # to avoid having to press a key twice to turn on the display.
};