summaryrefslogtreecommitdiff
path: root/.config/hypr
diff options
context:
space:
mode:
Diffstat (limited to '.config/hypr')
-rw-r--r--.config/hypr/hyprland.conf15
1 files changed, 6 insertions, 9 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf
index 8d20dbf..f13bc8e 100644
--- a/.config/hypr/hyprland.conf
+++ b/.config/hypr/hyprland.conf
@@ -202,14 +202,11 @@ input {
}
# See https://wiki.hypr.land/Configuring/Gestures
-gestures {
- # workspace_swipe = on
- # workspace_swipe_fingers = 3
- # workspace_swipe_distance = 500
- # workspace_swipe_invert = true
- # workspace_swipe_min_speed_to_force = 40
- gesture = 3, horizontal, workspace
-}
+gesture = 3, horizontal, workspace
+gesture = 3, down, dispatcher, movetoworkspacesilent, special
+gesture = 3, up, scale: 1.5, dispatcher, movetoworkspacesilent, +0
+gesture = 3, pinch, fullscreen
+
binds {
workspace_back_and_forth = true
allow_workspace_cycles = true
@@ -399,7 +396,7 @@ bind = ALT, tab, workspace, e+1
bind = ALT SHIFT, tab, workspace, e-1
bind = $MOD, mouse_down, workspace, e+1
bind = $MOD, mouse_up, workspace, e-1
-# Scroll through existing workspaces with MOD + mouse sidebuttons
+# Scroll through existing workspaces with just mouse sidebuttons
bind = , mouse:276, workspace, e+1
bind = , mouse:275, workspace, e-1