all repos

dotfiles @ 93ab549

i use rach linux btw
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
        79
         ## dwindle layout {{{

      
        80
        80
         # https://wiki.hyprland.org/Configuring/Dwindle-Layout

      
        81
        81
         dwindle {

      
        82
        
        -  pseudotile = true # master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below

      
        83
        
        -  preserve_split = true # you probably want this

      
        84
        
        -  no_gaps_when_only = 1

      
        
        82
        +  pseudotile = false

      
        
        83
        +  preserve_split = false

      
        
        84
        +  force_split = 2

      
        
        85
        +  no_gaps_when_only = true

      
        85
        86
         }

      
        86
        87
         # }}}

      
        87
        88
         ## master layout {{{