diff options
Diffstat (limited to 'snowfall/modules/home/desktop/components/i3/default.nix')
| -rw-r--r-- | snowfall/modules/home/desktop/components/i3/default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/snowfall/modules/home/desktop/components/i3/default.nix b/snowfall/modules/home/desktop/components/i3/default.nix index 93542f0..cf9ed91 100644 --- a/snowfall/modules/home/desktop/components/i3/default.nix +++ b/snowfall/modules/home/desktop/components/i3/default.nix @@ -115,7 +115,8 @@ in { { command = "polybar-msg cmd quit; polybar"; always = true; notification = false; } { command = "systemctl --user restart picom"; always = true; notification = false; } { command = "${pkgs.feh}/bin/feh --bg-fill ${desktop.background}"; always = true; notification = false; } - { command = "${pkgs.fcitx5}/bin/fcitx5 -r -d"; always = true; notification = false; } + ] ++ optionals desktop.components.fcitx5.enable [ + { command = "fcitx5 -dr"; always = true; notification = false; } ]; keybindings = { |