autotiling
This commit is contained in:
parent
1208471b7b
commit
af8984dbbc
1 changed files with 4 additions and 0 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue