Update hyprland with master layout commands

This commit is contained in:
Hydroxycarbamide 2024-05-19 00:44:53 +02:00
parent d2232f8808
commit 85feac328a

View file

@ -148,8 +148,9 @@ dwindle {
} }
master { master {
always_center_master = true always_center_master = false
mfact = 0.60 mfact = 0.60
no_gaps_when_only = 0
} }
misc { misc {
@ -312,8 +313,10 @@ bind = $mod, down, movefocus, d
bind = $mod, h, movefocus, l bind = $mod, h, movefocus, l
bind = $mod, l, movefocus, r bind = $mod, l, movefocus, r
bind = $mod, k, movefocus, u # bind = $mod, k, movefocus, u
bind = $mod, j, movefocus, d # bind = $mod, j, movefocus, d
bind = $mod, k, layoutmsg, cycleprev
bind = $mod, j, layoutmsg, cyclenext
bind = $mod SHIFT, left, movewindow, l bind = $mod SHIFT, left, movewindow, l
bind = $mod SHIFT, right, movewindow, r bind = $mod SHIFT, right, movewindow, r
@ -331,6 +334,8 @@ bind = $mod CONTROL, right, layoutmsg, orientationright
bind = $mod CONTROL, up , layoutmsg, orientationtop bind = $mod CONTROL, up , layoutmsg, orientationtop
bind = $mod CONTROL, down , layoutmsg, orientationbottom bind = $mod CONTROL, down , layoutmsg, orientationbottom
bind = $mod CONTROL, c , layoutmsg, orientationcenter bind = $mod CONTROL, c , layoutmsg, orientationcenter
bind = $mod SHIFT CONTROL, h , layoutmsg, addmaster
bind = $mod SHIFT CONTROL, l , layoutmsg, removemaster
# workspace # workspace
bind = $mod, 1, workspace, 1 bind = $mod, 1, workspace, 1