feat: remove autotile #82
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