diff options
author | sefidel <contact@sefidel.net> | 2024-05-11 02:07:38 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2024-05-11 02:07:38 +0900 |
commit | e43c1c553686dda66804d536355ddfc49b990de3 (patch) | |
tree | 30ecd47e816e5c1a3fdbc51759785fdf3dd78254 /home/profiles | |
parent | 0235d22cedbbd1f3bd4ca931a9b34a043c2336ae (diff) | |
download | nixrc-e43c1c553686dda66804d536355ddfc49b990de3.tar.gz nixrc-e43c1c553686dda66804d536355ddfc49b990de3.zip |
feat(home/gui): sway: start fcitx5 service instead of binary
Diffstat (limited to 'home/profiles')
-rw-r--r-- | home/profiles/gui/config/sway.nix | 2 |
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 |