Removed unnecessary binding from hyprscrolling conf
This commit is contained in:
@@ -48,18 +48,17 @@ scrolling {
|
||||
# --------------------------------------------------
|
||||
|
||||
# Move focus/viewport by column
|
||||
bind = $mainMod, comma, layoutmsg, move -col
|
||||
bind = $mainMod, period, layoutmsg, move +col
|
||||
# bind = $mainMod, period, layoutmsg, move +col
|
||||
|
||||
# Put the current window into its own new column
|
||||
bind = $mainMod, P, layoutmsg, promote
|
||||
# bind = $mainMod, P, layoutmsg, promote
|
||||
|
||||
# Swap whole columns left/right
|
||||
bind = $mainMod, H, layoutmsg, swapcol l
|
||||
bind = $mainMod, L, layoutmsg, swapcol r
|
||||
# bind = $mainMod, H, layoutmsg, swapcol l
|
||||
# bind = $mainMod, L, layoutmsg, swapcol r
|
||||
|
||||
# Resize column: set an absolute width, or cycle configured widths
|
||||
bind = $mainMod, 1, layoutmsg, colresize 0.5
|
||||
bind = $mainMod, 2, layoutmsg, colresize 0.667
|
||||
bind = $mainMod, 3, layoutmsg, colresize 1.0
|
||||
# bind = $mainMod, 1, layoutmsg, colresize 0.5
|
||||
# bind = $mainMod, 2, layoutmsg, colresize 0.667
|
||||
# bind = $mainMod, 3, layoutmsg, colresize 1.0
|
||||
# bind = $mainMod, 0, layoutmsg, colresize +conf
|
||||
|
||||
Reference in New Issue
Block a user