aboutsummaryrefslogtreecommitdiff
path: root/wiki
diff options
context:
space:
mode:
authorIvan Molodetskikh <yalterz@gmail.com>2025-01-03 12:22:43 +0300
committerIvan Molodetskikh <yalterz@gmail.com>2025-01-03 12:30:17 +0300
commitd1370622d87f53f7c47f53fe1aaa4a018757d8d7 (patch)
tree0090bac1c1751922af8e6b95978fb80c6cd310c2 /wiki
parent01341660091918390789ea7a6830a98b323cea62 (diff)
downloadniri-d1370622d87f53f7c47f53fe1aaa4a018757d8d7.tar.gz
niri-d1370622d87f53f7c47f53fe1aaa4a018757d8d7.tar.bz2
niri-d1370622d87f53f7c47f53fe1aaa4a018757d8d7.zip
wiki: Expand application issues a bit
Diffstat (limited to 'wiki')
-rw-r--r--wiki/Application-Issues.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/wiki/Application-Issues.md b/wiki/Application-Issues.md
index 1346b5c9..6a0e3de5 100644
--- a/wiki/Application-Issues.md
+++ b/wiki/Application-Issues.md
@@ -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