From f08bbc0d67b7d52614b73da3bcf13553d783f690 Mon Sep 17 00:00:00 2001 From: LIghtJUNction Date: Tue, 2 Dec 2025 21:28:18 +0800 Subject: [PATCH 1/4] Update env.conf --- dots/.config/hypr/hyprland/env.conf | 8 -------- 1 file changed, 8 deletions(-) diff --git a/dots/.config/hypr/hyprland/env.conf b/dots/.config/hypr/hyprland/env.conf index bd45f9f7e..acc363cc6 100644 --- a/dots/.config/hypr/hyprland/env.conf +++ b/dots/.config/hypr/hyprland/env.conf @@ -1,11 +1,3 @@ -# ######### 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 - # ############ Wayland ############# env = ELECTRON_OZONE_PLATFORM_HINT,auto From 1d40360cf241d3925ae6c9e0581218b9e500beb2 Mon Sep 17 00:00:00 2001 From: LIghtJUNction Date: Tue, 2 Dec 2025 21:28:41 +0800 Subject: [PATCH 2/4] Update env.conf --- dots/.config/hypr/custom/env.conf | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/dots/.config/hypr/custom/env.conf b/dots/.config/hypr/custom/env.conf index fcd59ec86..3215877be 100644 --- a/dots/.config/hypr/custom/env.conf +++ b/dots/.config/hypr/custom/env.conf @@ -1,2 +1,10 @@ # You can put extra environment variables here # https://wiki.hyprland.org/Configuring/Environment-variables/ + +# ######### 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 From cce06cc2f0e30df1e4749e45e33a7145cbb0bd1d Mon Sep 17 00:00:00 2001 From: LIghtJUNction Date: Tue, 2 Dec 2025 21:29:11 +0800 Subject: [PATCH 3/4] Update execs.conf --- dots/.config/hypr/hyprland/execs.conf | 3 --- 1 file changed, 3 deletions(-) diff --git a/dots/.config/hypr/hyprland/execs.conf b/dots/.config/hypr/hyprland/execs.conf index bb5dd7225..2cad1308e 100644 --- a/dots/.config/hypr/hyprland/execs.conf +++ b/dots/.config/hypr/hyprland/execs.conf @@ -3,9 +3,6 @@ exec-once = ~/.config/hypr/hyprland/scripts/start_geoclue_agent.sh exec-once = qs -c $qsConfig & exec-once = ~/.config/hypr/custom/scripts/__restore_video_wallpaper.sh -# Input method -# exec-once = fcitx5 - # Core components (authentication, lock screen, notification daemon) exec-once = gnome-keyring-daemon --start --components=secrets exec-once = hypridle From 90f9467871ec932559831dd8dcd32935abc301b2 Mon Sep 17 00:00:00 2001 From: LIghtJUNction Date: Tue, 2 Dec 2025 21:29:37 +0800 Subject: [PATCH 4/4] Update execs.conf --- dots/.config/hypr/custom/execs.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dots/.config/hypr/custom/execs.conf b/dots/.config/hypr/custom/execs.conf index cae4ef6c5..66bb2b8b5 100644 --- a/dots/.config/hypr/custom/execs.conf +++ b/dots/.config/hypr/custom/execs.conf @@ -1,2 +1,6 @@ # You can make apps auto-start here # Relevant Hyprland wiki section: https://wiki.hyprland.org/Configuring/Keywords/#executing + +# Input method +# exec-once = fcitx5 +