autotiling

This commit is contained in:
krizej 2024-07-11 13:45:54 +02:00
parent 1208471b7b
commit af8984dbbc

View file

@ -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))