From 5c19b4943e1c9c372216307eba21c5f5853f0e33 Mon Sep 17 00:00:00 2001 From: Jeena Date: Fri, 26 Sep 2025 13:11:15 +0900 Subject: [PATCH] Comment out geastures After an update the geasture was invalid, because I don't use a trackpad but just the mouse I am uncommenting it. --- hypr/hyprland.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 868de55..5b4cbcd 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -203,9 +203,9 @@ input { } # https://wiki.hyprland.org/Configuring/Variables/#gestures -gestures { - workspace_swipe = false -} +# gestures { +# workspace_swipe = false +# } # Example per-device config # See https://wiki.hyprland.org/Configuring/Keywords/#per-device-input-configs for more