hypridle: allow suspending when steam is running (fixes #1319)

This commit is contained in:
end-4
2025-05-25 07:46:27 +02:00
parent b3e339c60f
commit 5afc4bc41e
+1 -1
View File
@@ -1,5 +1,5 @@
$lock_cmd = pidof hyprlock || hyprlock
$suspend_cmd = pidof steam || systemctl suspend || loginctl suspend # fuck nvidia
$suspend_cmd = systemctl suspend || loginctl suspend
general {
lock_cmd = $lock_cmd