From a8ff627aba0d796d813474baffc1bb8b8e6918d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20K=C3=A4nner?= Date: Tue, 26 Nov 2024 16:40:56 +0100 Subject: [PATCH] 457 current 1970-01-01 01:00:00 25.05.20241119.23e89b7 6.6.62 * --- modules/home/sway/default.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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;