diff --git a/.config/hypr/settings/gestures.lua b/.config/hypr/settings/gestures.lua new file mode 100644 index 0000000..25a58b1 --- /dev/null +++ b/.config/hypr/settings/gestures.lua @@ -0,0 +1,5 @@ +hl.gesture({ + fingers = 3, + direction = "horizontal", + action = "workspace", +}) diff --git a/.config/hypr/settings/input.lua b/.config/hypr/settings/input.lua index bf4979d..17b0efb 100644 --- a/.config/hypr/settings/input.lua +++ b/.config/hypr/settings/input.lua @@ -19,15 +19,3 @@ hl.config({ }, }, }) - -hl.gesture({ - fingers = 3, - direction = "horizontal", - action = "workspace", -}) - --- See https://wiki.hypr.land/Configuring/Advanced-and-Cool/Devices/ for more -hl.device({ - name = "epic-mouse-v1", - sensitivity = 0, -})