diff options
Diffstat (limited to 'home')
| -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; } ]; |