From babe0684bf8f2a963a565330bb4596b7aff69373 Mon Sep 17 00:00:00 2001 From: krizej Date: Sun, 13 Oct 2024 11:09:02 +0200 Subject: [PATCH] remove autotiling --- modules/stuff/i3.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/modules/stuff/i3.nix b/modules/stuff/i3.nix index 0d6b46a..c0cce6a 100644 --- a/modules/stuff/i3.nix +++ b/modules/stuff/i3.nix @@ -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))