diff options
Diffstat (limited to 'wiki/Application-Issues.md')
| -rw-r--r-- | wiki/Application-Issues.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wiki/Application-Issues.md b/wiki/Application-Issues.md index 695a3f24..82b1088f 100644 --- a/wiki/Application-Issues.md +++ b/wiki/Application-Issues.md @@ -20,11 +20,11 @@ Both of these can be fixed by resizing the new Chromium window. There's [a bug](https://github.com/wez/wezterm/issues/4708) in WezTerm that it waits for a zero-sized Wayland configure event, so its window never shows up in niri. To work around it, put this window rule in the niri config (included in the default config): -``` +```kdl window-rule { match app-id=r#"^org\.wezfurlong\.wezterm$"# default-column-width {} } ``` -This empty default column width lets WezTerm pick its own initial width which makes it show up properly.
\ No newline at end of file +This empty default column width lets WezTerm pick its own initial width which makes it show up properly. |
