Skip to content

Commit

Permalink
wiki: remove wezterm issues
Browse files Browse the repository at this point in the history
  • Loading branch information
lanastara committed Feb 27, 2025
1 parent 693d935 commit 2863d8b
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions wiki/Application-Issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,6 @@ If you're having issues with some VSCode hotkeys, try starting `Xwayland` and se
That is, still running VSCode with the Wayland backend, but with `DISPLAY` set to a running Xwayland instance.
Apparently, VSCode currently unconditionally queries the X server for a keymap.

### WezTerm

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.

There's [another bug](https://github.com/wez/wezterm/issues/6472) in WezTerm that causes it to choose a wrong size when it's in a tiled state, and prevent resizing it.
Niri puts windows in the tiled state with `prefer-no-csd`.
So if you hit this problem, comment out `prefer-no-csd` in the niri config and restart WezTerm.

### Ghidra

Some Java apps like Ghidra can show up blank under xwayland-satellite.
Expand Down

0 comments on commit 2863d8b

Please sign in to comment.