From 3684294a8ade6f800ece40c10ec13ce4b1714b19 Mon Sep 17 00:00:00 2001 From: sefidel Date: Sun, 17 Sep 2023 20:22:58 +0900 Subject: 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. --- home/profiles/gui/config/sway.nix | 2 -- 1 file changed, 2 deletions(-) (limited to 'home/profiles/gui/config') 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 -- cgit 1.4.1