diff options
| author | Thomas Voss <mail@thomasvoss.com> | 2025-09-15 22:07:09 +0200 | 
|---|---|---|
| committer | Thomas Voss <mail@thomasvoss.com> | 2025-09-15 22:07:09 +0200 | 
| commit | 6c2aba4285fb94811294271cc2f9b474c6045692 (patch) | |
| tree | 4d334bc7fb1c90f30f27b6e239ca0fa7d32c73a6 | |
| parent | a6b80f5a26bf2a1fc33086ddc3fa8533b9af1188 (diff) | |
Hyprland: Fix config
| -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  } |