diff options
Diffstat (limited to 'home/profiles/gui/config')
-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 |