feat: do not tile on workspace 8

This commit is contained in:
buffet 2024-04-02 23:41:53 +02:00
parent bb6e19f116
commit 9b9bd022b0

View file

@ -216,7 +216,7 @@ in {
}; };
Service = { 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 = { Install = {