u
This commit is contained in:
@@ -277,7 +277,7 @@ bind = , PRINT, exec, hyprshot -m region # region
|
||||
#bind = $mainMod, M, layoutmsg, swapwithmaster master
|
||||
#bind = $mainMod, N, layoutmsg, swapwithmaster dwindle
|
||||
# cycle in between dwindle and masterS
|
||||
bind = $mainMod + L, exec, sh -c 'if hyprctl -j getoption general:layout | jq -r .str | grep -q "dwindle"; then hyprctl keyword general:layout master; else hyprctl keyword general:layout dwindle; fi'
|
||||
#bind = $mainMod + L, exec, sh -c 'if hyprctl -j getoption general:layout | jq -r .str | grep -q "dwindle"; then hyprctl keyword general:layout master; else hyprctl keyword general:layout dwindle; fi'
|
||||
|
||||
# split mode
|
||||
#bind = $mainMod, H, layoutmsg, preselect r # next window to the right (horizontal mode)
|
||||
@@ -330,10 +330,10 @@ bind = $mainMod SHIFT, 9, movetoworkspace, 9
|
||||
bind = $mainMod SHIFT, 0, movetoworkspace, 10
|
||||
|
||||
# move window
|
||||
bind = $mainMod SHIFT, left, movewindoworgroup, l
|
||||
bind = $mainMod SHIFT, right, movewindoworgroup, r
|
||||
bind = $mainMod SHIFT, up, movewindoworgroup, u
|
||||
bind = $mainMod SHIFT, down, movewindoworgroup, d
|
||||
bind = $mainMod SHIFT, left, movewindoworgroup, l, mon:current
|
||||
bind = $mainMod SHIFT, right, movewindoworgroup, r, mon:current
|
||||
bind = $mainMod SHIFT, up, movewindoworgroup, u, mon:current
|
||||
bind = $mainMod SHIFT, down, movewindoworgroup, d, mon:current
|
||||
|
||||
# move floating window
|
||||
bind = $mainMod ALT, left, moveactive, -40 0
|
||||
|
||||
Reference in New Issue
Block a user