aboutsummaryrefslogtreecommitdiff
path: root/snowfall/modules/home/desktop/components/i3
diff options
context:
space:
mode:
authorCaroline Larimore <caroline@larimo.re>2025-02-08 15:42:06 -0800
committerCaroline Larimore <caroline@larimo.re>2025-04-14 18:58:50 -0700
commit6f6b6b59e64ee94be095e856e1e6943bbf574349 (patch)
tree2e228d8cdc48273d12a238fe34c3e3124da754c0 /snowfall/modules/home/desktop/components/i3
parent89911792efc07ce5dd52f3a9f5b2eb2046fd06a6 (diff)
migration: fcitx5 theme + fix
Diffstat (limited to 'snowfall/modules/home/desktop/components/i3')
-rw-r--r--snowfall/modules/home/desktop/components/i3/default.nix3
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 = {