This commit is contained in:
2026-04-21 19:33:46 -05:00
parent f0860c2602
commit 97c84ff716
6 changed files with 11 additions and 15 deletions

View File

@@ -15,7 +15,7 @@
settings = {
general = {
lock_cmd = "aurora ipc call lockscreen lock"; # avoid starting multiple hyprlock instances.
lock_cmd = "aurora ipc call lockscreen lock";
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.
};