mirror of
https://github.com/hydroxycarbamide/dotfiles.git
synced 2025-05-04 20:09:08 -04:00
Update hyprland with master layout commands
This commit is contained in:
parent
d2232f8808
commit
85feac328a
1 changed files with 8 additions and 3 deletions
|
@ -148,8 +148,9 @@ dwindle {
|
|||
}
|
||||
|
||||
master {
|
||||
always_center_master = true
|
||||
always_center_master = false
|
||||
mfact = 0.60
|
||||
no_gaps_when_only = 0
|
||||
}
|
||||
|
||||
misc {
|
||||
|
@ -312,8 +313,10 @@ bind = $mod, down, movefocus, d
|
|||
|
||||
bind = $mod, h, movefocus, l
|
||||
bind = $mod, l, movefocus, r
|
||||
bind = $mod, k, movefocus, u
|
||||
bind = $mod, j, movefocus, d
|
||||
# bind = $mod, k, movefocus, u
|
||||
# bind = $mod, j, movefocus, d
|
||||
bind = $mod, k, layoutmsg, cycleprev
|
||||
bind = $mod, j, layoutmsg, cyclenext
|
||||
|
||||
bind = $mod SHIFT, left, movewindow, l
|
||||
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, down , layoutmsg, orientationbottom
|
||||
bind = $mod CONTROL, c , layoutmsg, orientationcenter
|
||||
bind = $mod SHIFT CONTROL, h , layoutmsg, addmaster
|
||||
bind = $mod SHIFT CONTROL, l , layoutmsg, removemaster
|
||||
|
||||
# workspace
|
||||
bind = $mod, 1, workspace, 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue