diff --git a/home/hyprland/hyprland_gunter.nix b/home/hyprland/hyprland_gunter.nix index f87d3d7..d40727f 100644 --- a/home/hyprland/hyprland_gunter.nix +++ b/home/hyprland/hyprland_gunter.nix @@ -248,6 +248,7 @@ in "myBezier, 0.05, 0.9, 0.1, 1.05" "easeInB, 0.6, -0.28, 0.735, 0.045" ]; + animation = [ "windows, 1, 7, myBezier" "windowsOut, 1, 7, default, popin 80%" @@ -258,14 +259,17 @@ in "specialWorkspace, 1, 4, default, fade" ]; }; + dwindle = { pseudotile = true; preserve_split = true; special_scale_factor = 0.85; }; + master = { new_status = "master"; }; + misc = { force_default_wallpaper = 0; disable_hyprland_logo = true; diff --git a/home/hyprland/hyprland_magicman.nix b/home/hyprland/hyprland_magicman.nix index b4b5b2e..f3588ac 100644 --- a/home/hyprland/hyprland_magicman.nix +++ b/home/hyprland/hyprland_magicman.nix @@ -157,6 +157,10 @@ disable_hyprland_logo = true; }; + ecosystem = { + no_update_news = true; + }; + windowrulev2 = [ "opacity 0.95 override 0.7 override,class:^(Alacritty)$" "opacity 0.95 override 0.7 override,class:^(kitty)$"