From 458d63c029be3e9474e7288d6f0b787e19a55ebb Mon Sep 17 00:00:00 2001 From: buffet Date: Sun, 22 Sep 2024 20:07:06 +0200 Subject: [PATCH] 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 --- users/buffet/sway.nix | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/users/buffet/sway.nix b/users/buffet/sway.nix index e67fa7e..61a92d2 100644 --- a/users/buffet/sway.nix +++ b/users/buffet/sway.nix @@ -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"]; - }; - }; - }; }; } -- 2.46.0