From 8b81e5c15c4cfcadbb0c7173e798b3923aa86373 Mon Sep 17 00:00:00 2001 From: retrozinndev Date: Sun, 26 Oct 2025 15:34:46 -0300 Subject: [PATCH] :boom: fix(hypr): special character composing not working on gtk4 apps GTK4 now requires `ibus` daemon to be running in the background for composing special characters(using accents and CJK) --- config/hypr/shell/autostart.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/config/hypr/shell/autostart.conf b/config/hypr/shell/autostart.conf index 36b7fcf..f59b208 100644 --- a/config/hypr/shell/autostart.conf +++ b/config/hypr/shell/autostart.conf @@ -2,6 +2,7 @@ # colorshell configuration, please don't modify unless you know what you're doing! # Daemons +exec-once = $exec ibus start # fix special character composing(accents) not working on gtk4 apps exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 # GNOME PolKit # exec-once = systemctl enable --user --now hyprpolkitagent # Hyprland's PolKit exec-once = systemctl enable --user --now hypridle