From f118e71360d92df76c8c10808b128247dd5a2c25 Mon Sep 17 00:00:00 2001 From: Thierry Schork Date: Tue, 17 Feb 2026 17:44:26 +0100 Subject: [PATCH] - enabled 3 fingers gestures --- .config/hypr/hyprland.conf | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 39ae1a3..1b75969 100755 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -136,10 +136,11 @@ master { #no_gaps_when_only=true } -#gestures { -# # See https://wiki.hyprland.org/Configuring/Variables/ for more -# workspace_swipe = off -#} +gestures { + # See https://wiki.hyprland.org/Configuring/Variables/ for more + #workspace_swipe = off + gesture = 3, horizontal, workspace +} # Example per-device config # See https://wiki.hyprland.org/Configuring/Keywords/#executing for more