From 7335dd2b522e6b7c30b6fee8b6894be92acc76cd Mon Sep 17 00:00:00 2001 From: sefidel Date: Fri, 29 Mar 2024 07:37:42 +0900 Subject: fix(home/gui): fix fcitx5 on foot --- home/profiles/gui/config/sway.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/profiles/gui/config/sway.nix b/home/profiles/gui/config/sway.nix index d5e0704..ff01ace 100644 --- a/home/profiles/gui/config/sway.nix +++ b/home/profiles/gui/config/sway.nix @@ -17,6 +17,8 @@ in # Link keychain: https://github.com/systemd/systemd/issues/5522#issuecomment-309226589 exec [ -x "$(command -v keyctl)" ] && keyctl link @u @s + exec fcitx5 -d --replace + # set modifiers set $mod Mod4 set $alt Mod1 -- cgit 1.4.1