add 3 finger workspace swipe
Some checks failed
Mirror to GitHub / mirror (push) Failing after 4s

This commit is contained in:
Breadway 2026-07-29 20:48:45 +08:00
parent 5779bc81c8
commit bc7429ec75

View file

@ -94,6 +94,12 @@ pcall(function()
bindings = binds.bindings, bindings = binds.bindings,
}) })
end) end)
-- 3-finger horizontal trackpad swipe → workspace switch (1:1 gesture)
hl.gesture({
fingers = 3,
direction = "horizontal",
action = "workspace",
})
-- --------------------------------------------------------------------------- -- ---------------------------------------------------------------------------
-- Autostart. Core bootstrap sequence (polkit agent, dark theme, wallpaper -- Autostart. Core bootstrap sequence (polkit agent, dark theme, wallpaper