aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorIvan Molodetskikh <yalterz@gmail.com>2025-11-17 15:31:35 +0300
committerIvan Molodetskikh <yalterz@gmail.com>2025-11-23 11:36:35 +0300
commit42922097a8d7c2ce2c3c4c829c2e3c83203bcd75 (patch)
tree8b1a01ca4811ab3e73273bccfb30afca221ed11f /docs
parentcfc01b895c0c7cbb9692852488675cc46693bd2a (diff)
downloadniri-42922097a8d7c2ce2c3c4c829c2e3c83203bcd75.tar.gz
niri-42922097a8d7c2ce2c3c4c829c2e3c83203bcd75.tar.bz2
niri-42922097a8d7c2ce2c3c4c829c2e3c83203bcd75.zip
wiki: Mention GTK dead keys / Compose
Diffstat (limited to 'docs')
-rw-r--r--docs/wiki/Application-Issues.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/wiki/Application-Issues.md b/docs/wiki/Application-Issues.md
index faa9e456..573a28e6 100644
--- a/docs/wiki/Application-Issues.md
+++ b/docs/wiki/Application-Issues.md
@@ -52,6 +52,17 @@ To fix this, run them with the `_JAVA_AWT_WM_NONREPARENTING=1` environment varia
For some reason, DMABUF screencasts are disabled in the Zen Browser, so screencasting doesn't work out of the box on niri.
To fix it, open `about:config` and set `widget.dmabuf.force-enabled` to `true`.
+### GTK 4 dead keys / Compose
+
+GTK 4.20 [stopped](https://gitlab.gnome.org/GNOME/gtk/-/merge_requests/8556) handling dead keys and Compose on its own on Wayland.
+To make them work, either run an IME like IBus or Fcitx5, or set the `GTK_IM_MODULE=simple` environment variable.
+
+```kdl
+environment {
+ GTK_IM_MODULE "simple"
+}
+```
+
### Fullscreen games
Some video games, both Linux-native and on Wine, have various issues when using non-stacking desktop environments.