From 40d36c24681609ab3f5afdde5ff52e68e6c7a5d2 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Tue, 7 Oct 2025 09:23:01 +0200 Subject: [PATCH] hyprland: env: remove input method env vars (#2141) --- .config/hypr/hyprland/env.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.config/hypr/hyprland/env.conf b/.config/hypr/hyprland/env.conf index 62e931fd7..4499d9ddf 100644 --- a/.config/hypr/hyprland/env.conf +++ b/.config/hypr/hyprland/env.conf @@ -1,10 +1,10 @@ # ######### Input method ########## # See https://fcitx-im.org/wiki/Using_Fcitx_5_on_Wayland -env = QT_IM_MODULE, fcitx -env = XMODIFIERS, @im=fcitx -env = SDL_IM_MODULE, fcitx -env = GLFW_IM_MODULE, ibus -env = INPUT_METHOD, fcitx +#env = QT_IM_MODULE, fcitx +#env = XMODIFIERS, @im=fcitx +#env = SDL_IM_MODULE, fcitx +#env = GLFW_IM_MODULE, ibus +#env = INPUT_METHOD, fcitx # ############ Wayland ############# env = ELECTRON_OZONE_PLATFORM_HINT,auto