diff --git a/modules/home/sway/default.nix b/modules/home/sway/default.nix index bf62e90..3ce4bac 100644 --- a/modules/home/sway/default.nix +++ b/modules/home/sway/default.nix @@ -201,7 +201,12 @@ in { {command = "${pkgs.squeekboard}/bin/squeekboard";} {command = "${pkgs.rot8}/bin/rot8 -n 10 -h ${rotate_lisgd}/bin/rotate_lisgd";} {command = "${rotate_lisgd}/bin/rotate_lisgd";} - ]; + ] + ++ lib.optional cfg.kanshi.enable + { + command = "${pkgs.kanshi}/bin/kanshictl reload"; + always = true; + }; defaultWorkspace = "main"; workspaceAutoBackAndForth = true;