feat: remove autotile

Super annoying since it removes a lot of flexibility, I honestly don't know how I survived for this long.

Signed-off-by: buffet <dev@buffet.sh>
This commit is contained in:
buffet 2024-09-22 20:07:06 +02:00
parent a0611d4091
commit 458d63c029
Signed by: chef
SSH key fingerprint: SHA256:W4esalldcL3NhUvlxqk+cPV0rg8gfvSi6ebZmHOgyP0

View file

@ -215,21 +215,5 @@ in {
ring-wrong-color = bright.white;
};
};
systemd.user.services = {
autotile-rs = {
Unit = {
Description = "Autotiling for sway (and possibly i3)";
};
Service = {
ExecStart = "${pkgs.autotiling-rs}/bin/autotiling-rs -w 1 2 3 4 5 6 7 9";
};
Install = {
WantedBy = ["sway-session.target"];
};
};
};
};
}