From 9b9bd022b0d94448817a704a1509ff713f48ff44 Mon Sep 17 00:00:00 2001 From: buffet Date: Tue, 2 Apr 2024 23:41:53 +0200 Subject: [PATCH] feat: do not tile on workspace 8 --- users/buffet/sway.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/buffet/sway.nix b/users/buffet/sway.nix index 561992e..b9f7467 100644 --- a/users/buffet/sway.nix +++ b/users/buffet/sway.nix @@ -216,7 +216,7 @@ in { }; Service = { - ExecStart = "${pkgs.autotiling-rs}/bin/autotiling-rs"; + ExecStart = "${pkgs.autotiling-rs}/bin/autotiling-rs -w 1 2 3 4 5 6 7 9"; }; Install = {