💥 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)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user