home,sway: unset GTK_IM_MODULE
This commit is contained in:
parent
3ad8fc3963
commit
7c3280f7c7
1 changed files with 6 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
programs.fish.loginShellInit = ''
|
||||
|
@ -9,6 +10,11 @@
|
|||
end
|
||||
'';
|
||||
|
||||
home.sessionVariables = {
|
||||
# TODO: what is the correct way to unset this
|
||||
GTK_IM_MODULE = lib.mkForce ""; # use text-input-v3
|
||||
};
|
||||
|
||||
wayland.windowManager.sway = {
|
||||
enable = true;
|
||||
extraOptions = ["--unsupported-gpu" "-D" "noscanout"];
|
||||
|
|
Loading…
Reference in a new issue