Reconfiguring hyprscrolling

This commit is contained in:
2026-02-25 14:19:46 +01:00
parent 2b4e0a321e
commit 7d86863426
2 changed files with 8 additions and 20 deletions
@@ -43,13 +43,16 @@ bind = $mainMod, Q, killactive,
bind = $mainMod SHIFT, Q, exit,
bind = $mainMod SHIFT, R, exec, hyprctl reload
# Default browser
bind = $mainMod, W, exec, flatpak run app.zen_browser.zen
# Switch windows
bind = $mainMod, TAB, hyprexpo:expo, toggle
bind = ALT, TAB, exec, wofi --show window
bind = ALT SHIFT, TAB, cyclenext , prev
bind = $mainMod, period, layoutmsg, move +col
bind = $mainMod, comma, layoutmsg, swapcol l
bind = $mainMod, S, layoutmsg, togglesplitbind = $mainMod, S, layoutmsg, togglesplit
# Toggle layout manually
bind = SUPER, S, layoutmsg, togglesplit
# Focus movement
bind = $mainMod, H, movefocus, l
@@ -61,7 +64,7 @@ bind = $mainMod, right, movefocus, r
bind = $mainMod, up, movefocus, u
bind = $mainMod, down, movefocus, d
# # Move windows
# Move windows
bind = $mainMod SHIFT, H, movewindow, l
bind = $mainMod SHIFT, L, movewindow, r
bind = $mainMod SHIFT, K, movewindow, u
@@ -109,11 +112,6 @@ bind = $mainMod SHIFT, 0, movetoworkspace, 10
bind = $mainMod, mouse_down, workspace, e+1
bind = $mainMod, mouse_up, workspace, e-1
bind = $mainMod, period, layoutmsg, move +col
bind = $mainMod, comma, layoutmsg, swapcol l
bind = $mainMod, S, layoutmsg, togglesplitbind = $mainMod, S, layoutmsg, togglesplit
# Mouse drag
bindm = $mainMod, mouse:272, movewindow
bindm = $mainMod, mouse:273, resizewindow
@@ -170,3 +168,4 @@ bind = CTRL ALT, B, exec, flatpak run eu.betterbird.Betterbird
bind = CTRL ALT, S, exec, spotify
bind = CTRL ALT, z, exec, zeditor
bind = $mainMod, w, exec, xdg-open https://nextcloud.data-pro.nu
bind = $mainMod, W, exec, flatpak run app.zen_browser.zen
@@ -49,14 +49,3 @@ plugin:hyprscrolling {
# Position (top, bottom, left, right)
indicator_position = bottom
}
# --------------------------------------------------
# Optional keybinds
# --------------------------------------------------
# Scroll through stack
bind = SUPER, mouse_down, layoutmsg, scroll +1
bind = SUPER, mouse_up, layoutmsg, scroll -1
# Toggle layout manually
bind = SUPER, S, layoutmsg, togglesplit