From 93ab549e427d04ce4e47c14d1d6adfab52081815 Mon Sep 17 00:00:00 2001 From: Smirnov Oleksandr Date: Wed, 22 Nov 2023 19:24:36 +0200 Subject: [PATCH] hypr: update layout setup --- config/hypr/hyprland.conf | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/config/hypr/hyprland.conf b/config/hypr/hyprland.conf index 8dea8a1..c360d4c 100644 --- a/config/hypr/hyprland.conf +++ b/config/hypr/hyprland.conf @@ -79,9 +79,10 @@ animations { ## dwindle layout {{{ # https://wiki.hyprland.org/Configuring/Dwindle-Layout dwindle { - pseudotile = true # master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below - preserve_split = true # you probably want this - no_gaps_when_only = 1 + pseudotile = false + preserve_split = false + force_split = 2 + no_gaps_when_only = true } # }}} ## master layout {{{