blob: 825bac48c1629f8429a0fc21d1f127237d302d8e (
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
43
44
45
46
47
|
workspace "web"
workspace "term"
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
}
window-rule {
match app-id="helium-browser"
open-on-workspace "web"
}
window-rule {
match app-id="kitty"
open-on-workspace "term"
}
window-rule {
match app-id="foot"
open-on-workspace "term"
}
window-rule {
match app-id=r#"^org\.wezfurlong\.wezterm$"#
// default-column-width {}
open-on-workspace "term"
}
layer-rule {
match namespace="^noctalia-wallpaper*"
place-within-backdrop true
}
|