summaryrefslogtreecommitdiff
path: root/.config/niri/cfg/rules.kdl
blob: c533507887f377c7d9add6e145d2427bf486b01e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
window-rule {
		open-maximized true
		geometry-corner-radius 12
		clip-to-geometry true
}

 // if you use steam you will probably like these
window-rule {
		match app-id="steam"
		exclude title=r#"^[Ss]team$"#
		open-floating true
}

window-rule {
	 match app-id="steam" title=r#"^notificationtoasts_\d+_desktop$"#
	 default-floating-position x=10 y=10 relative-to="bottom-right"
	 open-focused false
}

layer-rule {
		match namespace="^noctalia-wallpaper*"
		place-within-backdrop true
}