36 lines
1003 B
Plaintext
36 lines
1003 B
Plaintext
|
|
master {
|
|
# See https://wiki.hyprland.org/Configuring/Master-Layout/ for more
|
|
new_status = "master"
|
|
}
|
|
|
|
bind = $mainMod, F2, submap, master
|
|
|
|
submap = master
|
|
|
|
bind = $mainMod, F1, submap, dwindle
|
|
bind = $mainMod, F3, submap, scrolling
|
|
bind = $mainMod, End, submap, reset
|
|
|
|
bind = $mainMod, down, workspace, r+1
|
|
bind = $mainMod, up, workspace, r-1
|
|
bind = $mainMod, left, layoutmsg, move -col
|
|
bind = $mainMod, right, layoutmsg, move +col
|
|
|
|
bind = $mainMod SHIFT, down, movetoworkspace, r+1
|
|
bind = $mainMod SHIFT, up, movetoworkspace, r-1
|
|
bind = $mainMod SHIFT, left, layoutmsg, swapcol l
|
|
bind = $mainMod SHIFT, right, layoutmsg, swapcol r
|
|
|
|
bind = $mainMod, H, layoutmsg, focus l
|
|
bind = $mainMod, J, workspace, e+1
|
|
bind = $mainMod, K, workspace, e-1
|
|
bind = $mainMod, L, layoutmsg, focus r
|
|
|
|
bind = $mainMod SHIFT, H, layoutmsg, swapcol l
|
|
bind = $mainMod SHIFT, J, movetoworkspace, e+1
|
|
bind = $mainMod SHIFT, K, movetoworkspace, e-1
|
|
bind = $mainMod SHIFT, L, layoutmsg, swapcol r
|
|
|
|
submap = reset
|