personal dotfiles: my Hyprland config
hyprland: swipe_use_r instead of numbered
| -rw-r--r-- | .config/hypr/hyprland.conf | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 9e65cae..26ae7d3 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -124,13 +124,11 @@ gestures { workspace_swipe = on workspace_swipe_cancel_ratio = 0.5 workspace_swipe_min_speed_to_force = 5 - # https://github.com/hyprwm/Hyprland/pull/4489 - # (not merged yet) workspace_swipe_touch = on workspace_swipe_invert = off workspace_swipe_forever = on #workspace_swipe_direction_lock = on - workspace_swipe_numbered = on + workspace_swipe_use_r = true } misc { |