Niri: Difference between revisions
Add IME not working on Electron apps |
Add another way to specify --wayland-text-input-version=3 |
||
| Line 70: | Line 70: | ||
}} | }} | ||
However, since Niri does not support text-input-v1, sometimes enabling text-input-v3 by manually adding {{ic|<nowiki>--text-input-version= | However, since Niri does not support text-input-v1, sometimes enabling text-input-v3 by manually adding {{ic|<nowiki>--wayland-text-input-version=3</nowiki>}} flag is necessary for IME to work: | ||
{{code|<nowiki>slack --text-input-version= | {{code|<nowiki>slack --wayland-text-input-version=3</nowiki>}} | ||
Alternatively, if the package supports {{ic|commandLineArgs}}, the following may be used instead: | |||
{{code|<nowiki>(pkgs.unstable.vscode.override { | |||
commandLineArgs = [ | |||
"--wayland-text-input-version=3" | |||
]; | |||
});</nowiki>}} | |||
== See Also == | == See Also == | ||