diff --git a/home-manager/wayland/hyprland.nix b/home-manager/wayland/hyprland.nix index c199d17..4d0219c 100644 --- a/home-manager/wayland/hyprland.nix +++ b/home-manager/wayland/hyprland.nix @@ -56,6 +56,7 @@ in { tabs = { height = 6; render_text = false; + border_width = 0; "col.active" = "rgb(b4f9f8)"; "col.inactive" = "rgb(474f6f)"; @@ -88,7 +89,12 @@ in { ]; }; - misc.disable_hyprland_logo = true; + misc = { + disable_hyprland_logo = true; + disable_autoreload = true; + new_window_takes_over_fullscreen = 2; + focus_on_activate = true; + }; # Bindings