Add .config/niri/animations.kdl
Add .config/niri/binds.kdl Update .config/niri/config.kdl Add .config/niri/input.kdl Add .config/niri/output.kdl Add .config/niri/overview.kdl Add .config/niri/startup.kdl Add .config/niri/windowrules.kdl
This commit is contained in:
parent
d1b453c3ed
commit
4de22116d4
8 changed files with 208 additions and 204 deletions
37
private_dot_config/niri/windowrules.kdl
Normal file
37
private_dot_config/niri/windowrules.kdl
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
window-rule {
|
||||
open-maximized false
|
||||
}
|
||||
|
||||
window-rule {
|
||||
match is-focused=false
|
||||
opacity 0.9
|
||||
}
|
||||
|
||||
window-rule {
|
||||
match is-focused=true
|
||||
opacity 0.97
|
||||
}
|
||||
|
||||
window-rule {
|
||||
match title="Chromium"
|
||||
match is-focused=true
|
||||
opacity 1.0
|
||||
}
|
||||
|
||||
window-rule {
|
||||
match title="Chromium"
|
||||
match is-focused=false
|
||||
opacity 0.97
|
||||
}
|
||||
|
||||
window-rule {
|
||||
match title="youtube"
|
||||
match title="netflix"
|
||||
opacity 1.0
|
||||
}
|
||||
|
||||
window-rule {
|
||||
match title="^launcher$"
|
||||
open-floating true
|
||||
open-focused true
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue