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:
parent
a0611d4091
commit
458d63c029
1 changed files with 0 additions and 16 deletions
|
@ -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"];
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue