diff options
Diffstat (limited to 'wiki/Configuration:-Window-Rules.md')
| -rw-r--r-- | wiki/Configuration:-Window-Rules.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/wiki/Configuration:-Window-Rules.md b/wiki/Configuration:-Window-Rules.md index b13b4661..c52bef61 100644 --- a/wiki/Configuration:-Window-Rules.md +++ b/wiki/Configuration:-Window-Rules.md @@ -37,7 +37,7 @@ window-rule { // Properties that apply once upon window opening. default-column-width { proportion 0.75; } - open-on-output "eDP-1" + open-on-output "Some Company CoolMonitor 1234" open-on-workspace "chat" open-maximized true open-fullscreen true @@ -252,6 +252,8 @@ window-rule { exclude app-id=r#"^org\.telegram\.desktop$"# title="^Media viewer$" open-on-output "HDMI-A-1" + // Or: + // open-on-output "Some Company CoolMonitor 1234" } ``` |
