update master layout
This commit is contained in:
parent
8dd0ae8cb4
commit
2c58c2edcb
2 changed files with 7 additions and 6 deletions
|
@ -32,7 +32,8 @@ bind = $mainMod, F, fullscreen,
|
||||||
bind = $mainMod, V, togglefloating,
|
bind = $mainMod, V, togglefloating,
|
||||||
bind = $mainMod, D, exec, $menu
|
bind = $mainMod, D, exec, $menu
|
||||||
bind = $mainMod, O, pseudo, # dwindle
|
bind = $mainMod, O, pseudo, # dwindle
|
||||||
bind = $mainMod, J, togglesplit, # dwindle
|
#bind = $mainMod, J, togglesplit, # dwindle Layout
|
||||||
|
bind = $mainMod, J, cyclenext, # Master Layout
|
||||||
bind = $mainMod+Shift, J, swapnext # Master Layout
|
bind = $mainMod+Shift, J, swapnext # Master Layout
|
||||||
|
|
||||||
# Screenshot
|
# Screenshot
|
||||||
|
|
|
@ -106,11 +106,11 @@ dwindle {
|
||||||
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Master-Layout/ for more
|
# See https://wiki.hyprland.org/Configuring/Master-Layout/ for more
|
||||||
master {
|
master {
|
||||||
orientation = left
|
orientation = left
|
||||||
mfact = 0.65
|
mfact = 0.65
|
||||||
new_status = master # or slave status
|
new_status = master # or slave status
|
||||||
smart_resizing = true
|
smart_resizing = true
|
||||||
drop_at_cursor = true
|
drop_at_cursor = true
|
||||||
}
|
}
|
||||||
|
|
||||||
# https://wiki.hyprland.org/Configuring/Variables/#misc
|
# https://wiki.hyprland.org/Configuring/Variables/#misc
|
||||||
|
|
Loading…
Add table
Reference in a new issue