all repos

dotfiles @ 93ab549

my dotfiles
1 files changed, 4 insertions(+), 3 deletions(-)
hypr: update layout setup
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2023-11-22 19:24:36 +0200
Parent: 3234bff
M config/hypr/hyprland.conf

@@ -79,9 +79,10 @@ # }}}

## 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 {{{