From f9edbfe10c29f26834a34fa95b2fb9ca8531a238 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 14 Sep 2025 21:12:03 +0200 Subject: [PATCH] Enable wayland IME to cure compatibility with fcitx5 and other languages Closes #1036 Co-authored-by: @ashutoshbw --- config/hypr/bindings.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/hypr/bindings.conf b/config/hypr/bindings.conf index ad0f654c..753402d2 100644 --- a/config/hypr/bindings.conf +++ b/config/hypr/bindings.conf @@ -11,7 +11,7 @@ bindd = SUPER, N, Neovim, exec, $terminal -e nvim bindd = SUPER, T, Activity, exec, $terminal -e btop bindd = SUPER, D, Docker, exec, $terminal -e lazydocker bindd = SUPER, G, Signal, exec, uwsm app -- signal-desktop -bindd = SUPER, O, Obsidian, exec, uwsm app -- obsidian -disable-gpu +bindd = SUPER, O, Obsidian, exec, uwsm app -- obsidian -disable-gpu --enable-wayland-ime bindd = SUPER, slash, Passwords, exec, uwsm app -- 1password # If your web app url contains #, type it as ## to prevent hyperland treat it as comments