change to master layout
This commit is contained in:
parent
cdd5785be6
commit
8dd0ae8cb4
2 changed files with 7 additions and 2 deletions
|
@ -33,6 +33,7 @@ bind = $mainMod, V, togglefloating,
|
|||
bind = $mainMod, D, exec, $menu
|
||||
bind = $mainMod, O, pseudo, # dwindle
|
||||
bind = $mainMod, J, togglesplit, # dwindle
|
||||
bind = $mainMod+Shift, J, swapnext # Master Layout
|
||||
|
||||
# Screenshot
|
||||
bind = , Print, exec, ~/.config/hypr/scripts/screenshot.sh area
|
||||
|
|
|
@ -39,7 +39,7 @@ general {
|
|||
# Please see https://wiki.hyprland.org/Configuring/Tearing/ before you turn this on
|
||||
allow_tearing = false
|
||||
|
||||
layout = dwindle
|
||||
layout = master # or dwindle layout
|
||||
}
|
||||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#decoration
|
||||
|
@ -106,7 +106,11 @@ dwindle {
|
|||
|
||||
# See https://wiki.hyprland.org/Configuring/Master-Layout/ for more
|
||||
master {
|
||||
new_status = master
|
||||
orientation = left
|
||||
mfact = 0.65
|
||||
new_status = master # or slave status
|
||||
smart_resizing = true
|
||||
drop_at_cursor = true
|
||||
}
|
||||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#misc
|
||||
|
|
Loading…
Add table
Reference in a new issue