main
1// rules for all windows
2window-rule {
3 draw-border-with-background false
4 geometry-corner-radius 15.000000 15.000000 15.000000 15.000000
5 clip-to-geometry true
6 tiled-state true
7 background-effect {
8 blur true
9 }
10}
11
12// No opacity for a11y
13window-rule {
14 match is-window-cast-target=true
15
16 // Reader
17 match app-id="firefox"
18 match app-id="chromium-browser"
19 match app-id="floorp"
20 match app-id="thunderbird"
21
22 // Multi Media
23 match app-id="org.kde.kdenlive"
24 match app-id="gimp"
25 match app-id="org.inkscape.Inkscape"
26 match app-id="wpsoffice"
27 match app-id="blender"
28 match app-id="mpv"
29 match app-id="org.gnome.Loupe"
30 match app-id="atril"
31
32 opacity 1.0
33}
34
35// Maximize
36window-rule {
37 match app-id="code"
38 match app-id="dev.zed.Zed"
39 match app-id="firefox"
40 match app-id="floorp"
41 match app-id="chromium-browser"
42 match app-id="thunderbird"
43 match app-id="CherryStudio"
44 match app-id="deadbeef"
45 match app-id="mpv"
46 match app-id="steam" title="^Steam$"
47 match app-id="org.kde.kdenlive"
48 match app-id="gimp" is-floating=false
49 match app-id="wpsoffice" title="^WPS Office$"
50
51 open-maximized true
52}
53
54// Floating
55window-rule {
56 match app-id="QQ" title="^(图片查看器|文件管理器|收藏|聊天记录管理|设置|群相册 - .*?)$"
57
58 open-floating true
59}
60
61// === Workspaces ===
62window-rule {
63 match app-id="code"
64 match app-id="dev.zed.Zed"
65 match app-id="org.kde.kdenlive"
66 match app-id="gimp"
67 match app-id="wpsoffice"
68
69 open-on-workspace "1work"
70}
71
72window-rule {
73 match app-id="firefox"
74 match app-id="chromium-browser"
75 match app-id="floorp"
76
77 open-on-workspace "2web"
78}
79
80window-rule {
81 match app-id="org.telegram.desktop"
82 match app-id="wechat"
83 match app-id="QQ"
84 match app-id="thunderbird"
85 match app-id="CherryStudio"
86 match app-id="discord"
87 match app-id="vesktop"
88 match app-id="fluffychat"
89
90 open-on-workspace "3chat"
91}
92
93window-rule {
94 match app-id="org.prismlauncher.PrismLauncher"
95 match app-id="^Minecraft\\* 1\\.[0-9]*\\.[0-9]*$"
96 match app-id="steam"
97 match app-id="net.lutris.Lutris"
98 match app-id="moe.launcher.an-anime-game-launcher"
99 match app-id="moe.launcher.honkers-railway-launcher"
100 match app-id="moe.launcher.sleepy-launcher"
101 match app-id="yuanshen.exe"
102 match app-id="starrail.exe"
103 match app-id="zenlesszonezero.exe"
104
105 open-on-workspace "4game"
106}