Add .config/niri/recentwindows.kdl

This commit is contained in:
Lewis Wynne 2025-11-17 16:51:51 +00:00
parent 3334c58e80
commit fb0556e8f1

View file

@ -0,0 +1,21 @@
recent-windows {
off
open-delay-ms 150
highlight {
active-color "#999999ff"
urgent-color "#ff9999ff"
padding 30
corner-radius 0
}
previews {
max-height 480
max-scale 0.25
}
binds {
Alt+Tab { next-window; }
Alt+Shift+Tab { previous-window; }
}
}