From b4b5f85f37e94e288d75417009ffba9bd43c7458 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 11 Jun 2025 10:40:02 +0200 Subject: [PATCH] Try this instead to work around Chrome bug with persistent wayland text im --- default/hypr/envs.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default/hypr/envs.conf b/default/hypr/envs.conf index f7a30f9..db4ca1c 100644 --- a/default/hypr/envs.conf +++ b/default/hypr/envs.conf @@ -18,7 +18,7 @@ xwayland { } # Make Chromium use XCompose and all Wayland -env = CHROMIUM_FLAGS,"--enable-features=UseOzonePlatform --ozone-platform=wayland --enable-wayland-ime --wayland-text-input-version=3" +env = CHROMIUM_FLAGS,"--enable-features=UseOzonePlatform --ozone-platform=wayland --enable-wayland-ime --gtk-version=4" # Make .desktop files available for wofi env = XDG_DATA_DIRS,/usr/share:/usr/local/share:~/.local/share