From 99fdd3b6e9fe44ec09e4f9f0598b7f6ec18ac529 Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Tue, 28 May 2024 18:05:52 -0700 Subject: Start fcitx5 on startup --- home/i3.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'home/i3.nix') diff --git a/home/i3.nix b/home/i3.nix index e62caee..d40484f 100644 --- a/home/i3.nix +++ b/home/i3.nix @@ -99,6 +99,7 @@ { command = "polybar"; always = true; notification = false; } { command = "systemctl --user restart picom"; always = true; notification = false; } { command = "${pkgs.feh}/bin/feh --bg-fill ${../assets/bg/${config.theme.background}}"; always = true; notification = false; } + { command = "${pkgs.fcitx5}/bin/fcitx5 -r -d"; always = true; notification = false; } { command = "${pkgs.premid}/bin/premid --no-sandbox"; always = false; notification = false; } ]; -- cgit v1.2.3