wiki: Expand fullscreen rule example

This commit is contained in:
Ivan Molodetskikh
2024-03-26 13:25:01 +04:00
parent 5e7eafb2fd
commit 8f1bbea863
+3
View File
@@ -220,7 +220,10 @@ window-rule {
You can also set this to `false` to *prevent* a window from opening fullscreen.
```
// Make the Telegram media viewer open in windowed mode.
window-rule {
match app-id=r#"^org\.telegram\.desktop$"# title="^Media viewer$"
open-fullscreen false
}
```