mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-24 02:01:18 +07:00
wiki: Change two instances of Telegram to Fractal
This commit is contained in:
@@ -24,9 +24,9 @@ workspace "chat" {
|
|||||||
open-on-output "DP-2"
|
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 {
|
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"
|
open-on-workspace "chat"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -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.
|
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 {
|
window-rule {
|
||||||
match app-id=r#"^org\.telegram\.desktop$"#
|
match app-id=r#"^org\.gnome\.Fractal$"#
|
||||||
|
|
||||||
open-on-workspace "chat"
|
open-on-workspace "chat"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user