fix: move back to hyprlock

This commit is contained in:
2026-06-15 14:43:18 +02:00
parent 0f04a7f983
commit be229a7069
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -9,9 +9,9 @@
#██████████████ █████ ████████████████████████████████████████████████████████████████████████████████████████████████ ██ #██████████████ █████ ████████████████████████████████████████████████████████████████████████████████████████████████ ██
general { general {
lock_cmd = dms ipc call lock lock lock_cmd = hyprlock
unlock_cmd = loginctl unlock-session unlock_cmd = loginctl unlock-session
before_sleep_cmd = dms ipc call lock lock before_sleep_cmd = hyprlock
inhibit_sleep = 3 inhibit_sleep = 3
} }
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"label" : "lock", "label" : "lock",
"action" : "dms ipc call lock lock", "action" : "hyprlock",
"text" : "Lock", "text" : "Lock",
"keybind" : "l" "keybind" : "l"
} }