fix/workspace-swipe #3
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue