From e43c1c553686dda66804d536355ddfc49b990de3 Mon Sep 17 00:00:00 2001 From: sefidel Date: Sat, 11 May 2024 02:07:38 +0900 Subject: feat(home/gui): sway: start fcitx5 service instead of binary --- home/profiles/gui/config/sway.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/profiles/gui/config/sway.nix b/home/profiles/gui/config/sway.nix index a05502e..36b1b95 100644 --- a/home/profiles/gui/config/sway.nix +++ b/home/profiles/gui/config/sway.nix @@ -17,7 +17,7 @@ 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 + exec systemctl start --user fcitx5-daemon # set modifiers set $mod Mod4 -- cgit 1.4.1