lock: temporarily go back to hyprlock

issues with quickshell lock:
- crashes when (un)plugging monitors
- kb focus is loss after suspend
- previously active app is not re-focused after unlocking
This commit is contained in:
end-4
2025-07-21 14:46:55 +07:00
parent 734cf56631
commit 0d9d11b2e0
+2 -2
View File
@@ -1,5 +1,5 @@
$lock_cmd = hyprctl dispatch global quickshell:lock & pidof qs quickshell hyprlock || hyprlock
# $lock_cmd = pidof hyprlock || hyprlock
# $lock_cmd = hyprctl dispatch global quickshell:lock & pidof qs quickshell hyprlock || hyprlock
$lock_cmd = pidof hyprlock || hyprlock
$suspend_cmd = systemctl suspend || loginctl suspend
general {