summaryrefslogtreecommitdiff
path: root/.config/niri/cfg/rules.kdl
blob: 61f9280bd9c181deb18eda13858c4f3d65054c86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
    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
    }

		workspace "web"

		window-rule {
			match app-id="helium-browser"
			open-on-workspace "web"
		}

		workspace "term"

		window-rule {
			match app-id="kitty"
			open-on-workspace "term"
		}

		window-rule {
		  match	app-id="foot"
			open-on-workspace "term"
		}

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