Removed unnecessary binding from hyprscrolling conf

This commit is contained in:
2026-02-25 20:12:09 +01:00
parent 3cef54aaa7
commit 273c95a23a
@@ -48,18 +48,17 @@ scrolling {
# -------------------------------------------------- # --------------------------------------------------
# Move focus/viewport by column # 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 # Put the current window into its own new column
bind = $mainMod, P, layoutmsg, promote # bind = $mainMod, P, layoutmsg, promote
# Swap whole columns left/right # Swap whole columns left/right
bind = $mainMod, H, layoutmsg, swapcol l # bind = $mainMod, H, layoutmsg, swapcol l
bind = $mainMod, L, layoutmsg, swapcol r # bind = $mainMod, L, layoutmsg, swapcol r
# Resize column: set an absolute width, or cycle configured widths # Resize column: set an absolute width, or cycle configured widths
bind = $mainMod, 1, layoutmsg, colresize 0.5 # bind = $mainMod, 1, layoutmsg, colresize 0.5
bind = $mainMod, 2, layoutmsg, colresize 0.667 # bind = $mainMod, 2, layoutmsg, colresize 0.667
bind = $mainMod, 3, layoutmsg, colresize 1.0 # bind = $mainMod, 3, layoutmsg, colresize 1.0
# bind = $mainMod, 0, layoutmsg, colresize +conf # bind = $mainMod, 0, layoutmsg, colresize +conf