mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-19 04:08:48 +00:00
hyprland: add window move and overview gestures
This commit is contained in:
parent
d66b0891e7
commit
ddc3f0e880
1 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue