qs: add pinned tray entries

zsh: fix
yazi: update
hypridle: decided not switching to swayidle :)
This commit is contained in:
2026-05-20 23:30:12 +02:00
parent c30e4ae680
commit 50561e877a
14 changed files with 65 additions and 32 deletions
+2 -2
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
@@ -14,7 +14,7 @@ listener {
listener {
timeout = 300 # 5mins
on-timeout = hyprctl dispatch dpms off || niri msg action power-off-monitors
on-resume = hyprctl dispatch dpms on || true
on-resume = hyprctl dispatch dpms on || niri msg action power-on-monitors
}
#listener {