Skip to content

Commit

Permalink
wiki: Expand application issues a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
YaLTeR committed Jan 3, 2025
1 parent 0134166 commit d137062
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion wiki/Application-Issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,16 @@ window-rule {

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.
To fix this, run them with the `_JAVA_AWT_WM_NONREPARENTING=1` environment variable
To fix this, run them with the `_JAVA_AWT_WM_NONREPARENTING=1` environment variable.

### rofi-wayland

There's a bug in rofi-wayland that prevents it from accepting keyboard input on niri with errors in the output.
It's been fixed in rofi, but the fix had not been released yet: https://github.com/davatorium/rofi/discussions/2008

0 comments on commit d137062

Please sign in to comment.