diff options
author | sefidel <contact@sefidel.net> | 2023-09-17 20:22:58 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2023-09-17 20:22:58 +0900 |
commit | 3684294a8ade6f800ece40c10ec13ce4b1714b19 (patch) | |
tree | 72ec011f251a6e06d6d3baf901e15313178e4083 /home/profiles/gui | |
parent | 39def26db7b4e0c6a79b7a17d8273db7c78ef415 (diff) | |
download | nixrc-3684294a8ade6f800ece40c10ec13ce4b1714b19.tar.gz nixrc-3684294a8ade6f800ece40c10ec13ce4b1714b19.zip |
fix(home/gui): sway: don't manually start IM binary
* This fixes the issue where fcitx5-daemon would fail to start every configuration switch. * home-manager creates a service that starts it, therefore manually starting it is not needed.
Diffstat (limited to 'home/profiles/gui')
-rw-r--r-- | home/profiles/gui/config/sway.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/home/profiles/gui/config/sway.nix b/home/profiles/gui/config/sway.nix index ec5592a..907681a 100644 --- a/home/profiles/gui/config/sway.nix +++ b/home/profiles/gui/config/sway.nix @@ -11,8 +11,6 @@ in exec autotiling - exec ${config.i18n.inputMethod.enabled} # assume binary name == option name - # set modifiers set $mod Mod4 set $alt Mod1 |