wiki: Mention GTK dead keys / Compose

This commit is contained in:
Ivan Molodetskikh
2025-11-17 15:31:35 +03:00
parent cfc01b895c
commit 42922097a8
+11
View File
@@ -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.