diff --git a/programs/i3.nix b/programs/i3.nix index c2fbec3..f9ba5ef 100644 --- a/programs/i3.nix +++ b/programs/i3.nix @@ -62,6 +62,8 @@ in { }; startup = [ + { command = "autotiling &"; notification = false; } + # { command = "mpd &"; notification = false; } { command = "dunst &"; notification = false; } { command = "flameshot &"; notification = false; } @@ -213,6 +215,8 @@ in { }; home.packages = with pkgs; [ + autotiling + (pkgs.writeShellScriptBin "i3custom-center-mouse-on-focus" '' eval $(xdotool getwindowfocus getwindowgeometry --shell) MX=$(($X + $WIDTH / 2))