diff options
| author | Zach DeCook <zachdecook@librem.one> | 2024-04-24 22:49:02 -0400 |
|---|---|---|
| committer | Zach DeCook <zachdecook@librem.one> | 2024-04-24 22:49:02 -0400 |
| commit | 06d370b43d711d51e0e5cd318d21a7e0c114cf64 (patch) | |
| tree | e6ce0e2ef79ee62baa42aad2e3773b97ef89631a /.config/hypr/hyprland.conf | |
| parent | 139e67af857a1ad4f84781c7d3b3118817a5bab0 (diff) | |
| download | dotfiles-06d370b43d711d51e0e5cd318d21a7e0c114cf64.tar.gz | |
hyprland: swipe_use_r instead of numbered
Diffstat (limited to '.config/hypr/hyprland.conf')
| -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 { |
