qs: add pinned tray entries
zsh: fix yazi: update hypridle: decided not switching to swayidle :)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user