Add .config/niri/recentwindows.kdl
This commit is contained in:
parent
3334c58e80
commit
fb0556e8f1
1 changed files with 21 additions and 0 deletions
21
private_dot_config/niri/recentwindows.kdl
Normal file
21
private_dot_config/niri/recentwindows.kdl
Normal 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; }
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue