From 6f6b6b59e64ee94be095e856e1e6943bbf574349 Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Sat, 8 Feb 2025 15:42:06 -0800 Subject: migration: fcitx5 theme + fix --- snowfall/modules/home/desktop/components/i3/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'snowfall/modules/home/desktop/components/i3/default.nix') 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 = { -- cgit v1.2.3