remove autotiling
This commit is contained in:
parent
a85612aa8d
commit
babe0684bf
1 changed files with 1 additions and 5 deletions
|
@ -96,9 +96,7 @@ in {
|
|||
newWindow = "urgent";
|
||||
};
|
||||
|
||||
startup = [
|
||||
{ command = "autotiling &"; notification = false; }
|
||||
]
|
||||
startup = []
|
||||
++ optionals config.chuj.stuff.dunst.enable [{ command = "dunst &"; notification = false; }]
|
||||
++ optionals config.chuj.stuff.flameshot.enable [{ command = "flameshot &"; notification = false; }]
|
||||
++ optionals cfg.communicators.autostart [
|
||||
|
@ -303,8 +301,6 @@ 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