diff options
| author | Caroline Larimore <caroline@larimo.re> | 2024-05-28 18:05:52 -0700 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2024-05-28 18:05:52 -0700 |
| commit | 99fdd3b6e9fe44ec09e4f9f0598b7f6ec18ac529 (patch) | |
| tree | 8fb1e2f4df75d1cccb1289680e1330e6418d12a3 | |
| parent | b3bc003e0cd0e89f95e59312a663e5c3bb0295a7 (diff) | |
Start fcitx5 on startup
| -rw-r--r-- | home/i3.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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; } ]; |