nirish

config files for niri window manager
Log | Files | Refs | README | LICENSE

commit a56d904266fb2cbf4b3fe614b957a086562b4757
parent 8c88818832988e4625698a76f66e9a25e317250c
Author: ryukamish <[email protected]>
Date:   Sun, 29 Mar 2026 12:36:00 +0530

fix: swayidle turning display off when media is playing

Diffstat:
Mniri/cfg/autostart.kdl | 10+++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/niri/cfg/autostart.kdl b/niri/cfg/autostart.kdl @@ -1,10 +1,10 @@ // spawn-at-startup "qs" "-c" "noctalia-shell" "--no-duplicate" spawn-at-startup "/usr/lib/polkit-kde-authentication-agent-1 &" // Polkit -spawn-at-startup "swayidle" "-w" \ - "timeout" "300" "'niri' 'msg' 'action' 'power-off-monitors'" \ - "timeout" "310" "swaylock" \ - "resume" "'niri' 'msg' 'action' 'power-on-monitors'" \ - "before-sleep" "swaylock" +spawn-at-startup "swayidle" "-w"\ + "timeout" "300" "swaylock -f"\ + "timeout" "600" "niri msg action power-off-monitors"\ + "resume" "niri msg action power-on-monitors"\ + "before-sleep" "swaylock -f" spawn-at-startup "awww-daemon" spawn-sh-at-startup "waybar"