home/sway: use Qt v6.7's text-input-v3
This commit is contained in:
parent
b027cd1479
commit
bac328949f
2 changed files with 4 additions and 8 deletions
|
@ -19,16 +19,15 @@
|
|||
services.udiskie.enable = true;
|
||||
|
||||
home.sessionVariables = {
|
||||
GTK_IM_MODULE = lib.mkForce "wayland"; # use text-input-v3
|
||||
# NOTE: don't use "wayland" in GTK_IM_MODULE! it will crash X11 electron apps
|
||||
GTK_IM_MODULE = lib.mkForce ""; # use text-input-v3
|
||||
QT_IM_MODULE = lib.mkForce ""; # use text-input-v3
|
||||
};
|
||||
|
||||
wayland.windowManager.sway = {
|
||||
enable = true;
|
||||
checkConfig = false; # wtf?
|
||||
extraOptions = [
|
||||
"--unsupported-gpu"
|
||||
#"-Dnoscanout"
|
||||
];
|
||||
extraOptions = ["--unsupported-gpu"];
|
||||
wrapperFeatures.gtk = true;
|
||||
systemd.xdgAutostart = true;
|
||||
config = {
|
||||
|
|
|
@ -12,9 +12,6 @@ in {
|
|||
(prismlauncher.override {glfw = glfw-wayland-minecraft;})
|
||||
(steam.override {
|
||||
extraEnv = {
|
||||
# https://github.com/ValveSoftware/steam-for-linux/issues/781#issuecomment-2004757379
|
||||
GTK_IM_MODULE = "xim";
|
||||
|
||||
# STEAM_EXTRA_COMPAT_TOOLS_PATHS = gamePkgs.proton-ge;
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue