From 95d1902dc3526b94bcc352745295586d69ddb79d Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 9 Jun 2025 13:47:11 +0200 Subject: [PATCH] Enable fcitx5 by default and in Chromium So we can get XCompose keys everywhere --- config/chromium-flags.conf | 4 ++++ config/hypr/hyprland.conf | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 config/chromium-flags.conf diff --git a/config/chromium-flags.conf b/config/chromium-flags.conf new file mode 100644 index 0000000..b6ffbaa --- /dev/null +++ b/config/chromium-flags.conf @@ -0,0 +1,4 @@ +--enable-features=UseOzonePlatform +--ozone-platform=wayland +--enable-wayland-ime +--wayland-text-input-version=3 diff --git a/config/hypr/hyprland.conf b/config/hypr/hyprland.conf index 924869b..d29c015 100644 --- a/config/hypr/hyprland.conf +++ b/config/hypr/hyprland.conf @@ -25,7 +25,7 @@ bind = SUPER CTRL, SPACE, exec, ~/.local/share/omarchy/bin/swaybg-next source = ~/.local/share/omarchy/default/hypr/envs.conf # 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 #####################