From e39889affb3a827d589554ca5452fe478e84fae9 Mon Sep 17 00:00:00 2001 From: funman300 Date: Thu, 23 Apr 2026 10:21:15 -0700 Subject: [PATCH] niri: suspend after 30min idle to prevent overheating --- niri/config.kdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/niri/config.kdl b/niri/config.kdl index 2384291..68a599d 100644 --- a/niri/config.kdl +++ b/niri/config.kdl @@ -38,7 +38,7 @@ spawn-at-startup "mako" spawn-at-startup "swww-daemon" spawn-at-startup "nm-applet" "--indicator" spawn-at-startup "polkit-gnome-authentication-agent-1" -spawn-at-startup "swayidle" "-w" "timeout" "300" "niri msg action power-off-monitors" "timeout" "600" "swaylock" "before-sleep" "swaylock" +spawn-at-startup "swayidle" "-w" "timeout" "300" "niri msg action power-off-monitors" "timeout" "600" "swaylock" "timeout" "1800" "systemctl suspend" "before-sleep" "swaylock" spawn-at-startup "wl-paste" "--watch" "cliphist" "store" spawn-at-startup "blueman-applet" spawn-at-startup "wlsunset" "-l" "49.2" "-L" "-123.1"