diff options
| -rw-r--r-- | .config/hypr/hyprland.conf.in | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/.config/hypr/hyprland.conf.in b/.config/hypr/hyprland.conf.in index dd22153..6e1d85c 100644 --- a/.config/hypr/hyprland.conf.in +++ b/.config/hypr/hyprland.conf.in @@ -70,8 +70,7 @@ animations {  }  gestures { -	workspace_swipe                    = yes -	workspace_swipe_fingers            = 4 +	gesture = 4, horizontal, workspace  	workspace_swipe_distance           = 400  	workspace_swipe_min_speed_to_force = 10  } |