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