wiki: Change two instances of Telegram to Fractal

This commit is contained in:
Ivan Molodetskikh
2024-05-18 09:44:48 +04:00
parent cc4026f588
commit ee12bbc9ed
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -24,9 +24,9 @@ workspace "chat" {
open-on-output "DP-2"
}
// Open Telegram on the "chat" workspace at niri startup.
// Open Fractal on the "chat" workspace at niri startup.
window-rule {
match at-startup=true app-id=r#"^org\.telegram\.desktop$"#
match at-startup=true app-id=r#"^org\.gnome\.Fractal$"#
open-on-workspace "chat"
}
```
+2 -2
View File
@@ -264,9 +264,9 @@ If such a workspace does not exist, the window will open on the currently focuse
If the window opens on an output that is not currently focused, the window will not be automatically focused.
```
// Open Telegram on the "chat" workspace.
// Open Fractal on the "chat" workspace.
window-rule {
match app-id=r#"^org\.telegram\.desktop$"#
match app-id=r#"^org\.gnome\.Fractal$"#
open-on-workspace "chat"
}