fix/workspace-swipe #3

Merged
Breadway merged 2 commits from fix/workspace-swipe into main 2026-07-29 20:49:22 +08:00
Showing only changes of commit bc7429ec75 - Show all commits

View file

@ -94,6 +94,12 @@ pcall(function()
bindings = binds.bindings,
})
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