Enable fcitx5 by default and in Chromium

So we can get XCompose keys everywhere
This commit is contained in:
David Heinemeier Hansson
2025-06-09 13:47:11 +02:00
parent f9c524aa84
commit 95d1902dc3
2 changed files with 5 additions and 1 deletions

View File

@ -0,0 +1,4 @@
--enable-features=UseOzonePlatform
--ozone-platform=wayland
--enable-wayland-ime
--wayland-text-input-version=3

View File

@ -25,7 +25,7 @@ bind = SUPER CTRL, SPACE, exec, ~/.local/share/omarchy/bin/swaybg-next
source = ~/.local/share/omarchy/default/hypr/envs.conf source = ~/.local/share/omarchy/default/hypr/envs.conf
# Autostart necessary processes (like notifications daemons, status bars, etc.) # Autostart necessary processes (like notifications daemons, status bars, etc.)
exec-once = hypridle & swaync & waybar exec-once = hypridle & swaync & waybar & fcitx5
exec-once = ~/.local/share/omarchy/bin/swaybg-next exec-once = ~/.local/share/omarchy/bin/swaybg-next
##################### #####################