diff --git a/home/hyprland/general.nix b/home/hyprland/general.nix index 4a338db..8405322 100644 --- a/home/hyprland/general.nix +++ b/home/hyprland/general.nix @@ -1,8 +1,6 @@ { - wayland.windowManager.hyprland = - { - settings = - { + wayland.windowManager.hyprland = { + settings = { general = { no_focus_fallback = true; allow_tearing = true; @@ -14,7 +12,6 @@ }; }; - dwindle = { preserve_split = true; smart_split = false;