about summary refs log tree commit diff
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2024-05-11 02:07:38 +0900
committersefidel <contact@sefidel.net>2024-05-11 02:07:38 +0900
commite43c1c553686dda66804d536355ddfc49b990de3 (patch)
tree30ecd47e816e5c1a3fdbc51759785fdf3dd78254
parent0235d22cedbbd1f3bd4ca931a9b34a043c2336ae (diff)
downloadnixrc-e43c1c553686dda66804d536355ddfc49b990de3.tar.gz
nixrc-e43c1c553686dda66804d536355ddfc49b990de3.zip
feat(home/gui): sway: start fcitx5 service instead of binary
-rw-r--r--home/profiles/gui/config/sway.nix2
1 files changed, 1 insertions, 1 deletions
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