add systemctl fallbacks for non-systemd systems

This commit is contained in:
end-4
2024-03-19 17:46:32 +07:00
parent 17efca69f7
commit fd84ecc86c
5 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
$lock_cmd = pidof hyprlock || hyprlock
$suspend_cmd = systemctl suspend
$suspend_cmd = systemctl suspend || loginctl suspend
general {
lock_cmd = $lock_cmd