sway: Fix fcitx5
This commit is contained in:
@@ -52,7 +52,7 @@ in {
|
||||
{ command = "${pkgs.polkit_gnome}/libexec/polkit-gnome-authentication-agent-1"; always = true; }
|
||||
{ command = "${swayIdleWrapper}"; always = true; }
|
||||
] ++ lib.optional config.ptw.system.i18n.enable {
|
||||
command = "${pkgs.fcitx5}/bin/fcitx -d";
|
||||
command = "${pkgs.fcitx5}/bin/fcitx5 -d";
|
||||
always = true;
|
||||
};
|
||||
modifier = "${modifier}";
|
||||
|
||||
Reference in New Issue
Block a user