feat: do not tile on workspace 8
This commit is contained in:
parent
bb6e19f116
commit
9b9bd022b0
1 changed files with 1 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue