From ddc3f0e880313f4d2c0a889b4ea5d02f083b13e1 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Thu, 11 Sep 2025 08:46:46 +0200 Subject: [PATCH] hyprland: add window move and overview gestures --- .config/hypr/hyprland/general.conf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.config/hypr/hyprland/general.conf b/.config/hypr/hyprland/general.conf index 92b27542..48401076 100644 --- a/.config/hypr/hyprland/general.conf +++ b/.config/hypr/hyprland/general.conf @@ -5,7 +5,11 @@ monitor=,preferred,auto,1,transform, 0 # HDMI port: mirror display. To see device name, use `hyprctl monitors` # monitor=HDMI-A-1,1920x1080@60,1920x0,1,mirror,eDP-1 -gesture = 3, horizontal, workspace +gesture = 3, swipe, move, +gesture = 4, horizontal, workspace +gesture = 4, pinch, float +gesture = 4, up, dispatcher, global, quickshell:overviewToggle +gesture = 4, down, dispatcher, global, quickshell:overviewClose gestures { workspace_swipe_distance = 700 workspace_swipe_cancel_ratio = 0.2