From e57026a067078056b1f1e5436a6817c2ea7d0605 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 11 Sep 2025 21:53:59 +0200 Subject: [PATCH] Hyprland 0.51 yanked workspace_swipe! There's now more advanced features we have to look into. --- default/hypr/input.conf | 5 ----- 1 file changed, 5 deletions(-) diff --git a/default/hypr/input.conf b/default/hypr/input.conf index 0f9a5d60..bb4d610b 100644 --- a/default/hypr/input.conf +++ b/default/hypr/input.conf @@ -14,8 +14,3 @@ input { natural_scroll = false } } - -# https://wiki.hyprland.org/Configuring/Variables/#gestures -gestures { - workspace_swipe = false -}