remove autotiling

This commit is contained in:
krizej 2024-10-13 11:09:02 +02:00
parent a85612aa8d
commit babe0684bf

View file

@ -96,9 +96,7 @@ in {
newWindow = "urgent"; newWindow = "urgent";
}; };
startup = [ startup = []
{ command = "autotiling &"; notification = false; }
]
++ optionals config.chuj.stuff.dunst.enable [{ command = "dunst &"; notification = false; }] ++ optionals config.chuj.stuff.dunst.enable [{ command = "dunst &"; notification = false; }]
++ optionals config.chuj.stuff.flameshot.enable [{ command = "flameshot &"; notification = false; }] ++ optionals config.chuj.stuff.flameshot.enable [{ command = "flameshot &"; notification = false; }]
++ optionals cfg.communicators.autostart [ ++ optionals cfg.communicators.autostart [
@ -303,8 +301,6 @@ in {
}; };
home.packages = with pkgs; [ home.packages = with pkgs; [
autotiling
(pkgs.writeShellScriptBin "i3custom-center-mouse-on-focus" '' (pkgs.writeShellScriptBin "i3custom-center-mouse-on-focus" ''
eval $(xdotool getwindowfocus getwindowgeometry --shell) eval $(xdotool getwindowfocus getwindowgeometry --shell)
MX=$(($X + $WIDTH / 2)) MX=$(($X + $WIDTH / 2))