hyprland: add window move and overview gestures

This commit is contained in:
end-4 2025-09-11 08:46:46 +02:00
parent d66b0891e7
commit ddc3f0e880

View file

@ -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