fix: niri - window rules

This commit is contained in:
Ryan Yin
2026-01-24 18:49:45 +08:00
parent 9fb6e95d72
commit 5ffba4685a

View File

@@ -38,7 +38,8 @@ window-rule {
// Chat applications - open in workspace 3 // Chat applications - open in workspace 3
window-rule { window-rule {
match app-id="org.telegram.desktop" // match app-id="org.telegram.desktop"
match title="^Telegram"
open-on-workspace "3chat" open-on-workspace "3chat"
} }
window-rule { window-rule {
@@ -94,7 +95,7 @@ window-rule {
// Other applications - open in workspace 0 // Other applications - open in workspace 0
window-rule { window-rule {
match app-id="clash-verge" match app-id="Clash-verge"
open-on-workspace "0other" open-on-workspace "0other"
} }
window-rule { window-rule {