Reconfiguring hyprscrolling
This commit is contained in:
@@ -43,13 +43,16 @@ bind = $mainMod, Q, killactive,
|
|||||||
bind = $mainMod SHIFT, Q, exit,
|
bind = $mainMod SHIFT, Q, exit,
|
||||||
bind = $mainMod SHIFT, R, exec, hyprctl reload
|
bind = $mainMod SHIFT, R, exec, hyprctl reload
|
||||||
|
|
||||||
# Default browser
|
|
||||||
bind = $mainMod, W, exec, flatpak run app.zen_browser.zen
|
|
||||||
|
|
||||||
# Switch windows
|
# Switch windows
|
||||||
bind = $mainMod, TAB, hyprexpo:expo, toggle
|
bind = $mainMod, TAB, hyprexpo:expo, toggle
|
||||||
bind = ALT, TAB, exec, wofi --show window
|
bind = ALT, TAB, exec, wofi --show window
|
||||||
bind = ALT SHIFT, TAB, cyclenext , prev
|
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
|
# Focus movement
|
||||||
bind = $mainMod, H, movefocus, l
|
bind = $mainMod, H, movefocus, l
|
||||||
@@ -61,7 +64,7 @@ bind = $mainMod, right, movefocus, r
|
|||||||
bind = $mainMod, up, movefocus, u
|
bind = $mainMod, up, movefocus, u
|
||||||
bind = $mainMod, down, movefocus, d
|
bind = $mainMod, down, movefocus, d
|
||||||
|
|
||||||
# # Move windows
|
# Move windows
|
||||||
bind = $mainMod SHIFT, H, movewindow, l
|
bind = $mainMod SHIFT, H, movewindow, l
|
||||||
bind = $mainMod SHIFT, L, movewindow, r
|
bind = $mainMod SHIFT, L, movewindow, r
|
||||||
bind = $mainMod SHIFT, K, movewindow, u
|
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_down, workspace, e+1
|
||||||
bind = $mainMod, mouse_up, 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
|
# Mouse drag
|
||||||
bindm = $mainMod, mouse:272, movewindow
|
bindm = $mainMod, mouse:272, movewindow
|
||||||
bindm = $mainMod, mouse:273, resizewindow
|
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, S, exec, spotify
|
||||||
bind = CTRL ALT, z, exec, zeditor
|
bind = CTRL ALT, z, exec, zeditor
|
||||||
bind = $mainMod, w, exec, xdg-open https://nextcloud.data-pro.nu
|
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)
|
# Position (top, bottom, left, right)
|
||||||
indicator_position = bottom
|
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
|
|
||||||
|
|||||||
Reference in New Issue
Block a user