From d91355f602cb2b5ebebff071fd2c8feb579ac6ff Mon Sep 17 00:00:00 2001 From: Dylan De Faoite Date: Thu, 5 Mar 2026 10:50:15 +0000 Subject: [PATCH] refactor(hypr): move gestures to input file Gestures are not decorational, they are inputs. --- .config/hypr/decoration.conf | 3 +-- .config/hypr/input.conf | 3 +++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.config/hypr/decoration.conf b/.config/hypr/decoration.conf index 4521159..c0a34e9 100644 --- a/.config/hypr/decoration.conf +++ b/.config/hypr/decoration.conf @@ -62,7 +62,6 @@ animations { animation = border, 1, 3, breeze } -gesture = 3, horizontal, workspace -gesture = 3, down, fullscreen, 1 + diff --git a/.config/hypr/input.conf b/.config/hypr/input.conf index 38332e2..2cc1b34 100644 --- a/.config/hypr/input.conf +++ b/.config/hypr/input.conf @@ -21,3 +21,6 @@ device { name = logitech-usb-receiver sensitivity = 0 } + +gesture = 3, horizontal, workspace +gesture = 3, down, fullscreen