From 3eb101771efe914d1a3a51954bed666938e12cff Mon Sep 17 00:00:00 2001 From: funman300 Date: Sun, 10 May 2026 17:22:53 -0700 Subject: [PATCH] niri: route swayidle 30-min timeout through suspend-then-hibernate Co-Authored-By: Claude Sonnet 4.6 --- niri/config.kdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/niri/config.kdl b/niri/config.kdl index 567dd0a..2e11845 100644 --- a/niri/config.kdl +++ b/niri/config.kdl @@ -36,7 +36,7 @@ spawn-at-startup "mako" spawn-at-startup "awww-daemon" spawn-at-startup "nm-applet" "--indicator" spawn-at-startup "/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1" -spawn-at-startup "swayidle" "-w" "timeout" "300" "niri msg action power-off-monitors" "timeout" "600" "gtklock" "-d" "timeout" "1800" "systemctl suspend" "before-sleep" "gtklock" "-d" +spawn-at-startup "swayidle" "-w" "timeout" "300" "niri msg action power-off-monitors" "timeout" "600" "gtklock" "-d" "timeout" "1800" "systemctl suspend-then-hibernate" "before-sleep" "gtklock" "-d" spawn-at-startup "wl-paste" "--watch" "cliphist" "store" spawn-at-startup "blueman-applet" spawn-at-startup "wlsunset" "-l" "49.2" "-L" "-123.1"