mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
hyprland: adapt new gesture config (#1892)
This commit is contained in:
commit
d66b0891e7
1 changed files with 7 additions and 9 deletions
|
|
@ -5,11 +5,9 @@ monitor=,preferred,auto,1,transform, 0
|
||||||
# HDMI port: mirror display. To see device name, use `hyprctl monitors`
|
# HDMI port: mirror display. To see device name, use `hyprctl monitors`
|
||||||
# monitor=HDMI-A-1,1920x1080@60,1920x0,1,mirror,eDP-1
|
# monitor=HDMI-A-1,1920x1080@60,1920x0,1,mirror,eDP-1
|
||||||
|
|
||||||
|
gesture = 3, horizontal, workspace
|
||||||
gestures {
|
gestures {
|
||||||
workspace_swipe = true
|
|
||||||
workspace_swipe_distance = 700
|
workspace_swipe_distance = 700
|
||||||
workspace_swipe_fingers = 3
|
|
||||||
workspace_swipe_min_fingers = true
|
|
||||||
workspace_swipe_cancel_ratio = 0.2
|
workspace_swipe_cancel_ratio = 0.2
|
||||||
workspace_swipe_min_speed_to_force = 5
|
workspace_swipe_min_speed_to_force = 5
|
||||||
workspace_swipe_direction_lock = true
|
workspace_swipe_direction_lock = true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue