From af8984dbbcea39d9e82f06c1c9b3bdc4c3578e93 Mon Sep 17 00:00:00 2001 From: krizej <60076189+krizej@users.noreply.github.com> Date: Thu, 11 Jul 2024 13:45:54 +0200 Subject: [PATCH] autotiling --- programs/i3.nix | 4 ++++ 1 file changed, 4 insertions(+) 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))