macbook: swipe workspaces vertically
This commit is contained in:
parent
e68d2d6464
commit
a48aac42d0
1 changed files with 1 additions and 1 deletions
|
|
@ -342,7 +342,7 @@ in
|
||||||
|
|
||||||
${lib.optionalString isMacbook ''
|
${lib.optionalString isMacbook ''
|
||||||
-- Three-finger touchpad swipe between workspaces
|
-- Three-finger touchpad swipe between workspaces
|
||||||
hl.gesture({ fingers = 3, direction = "horizontal", action = "workspace" })
|
hl.gesture({ fingers = 3, direction = "vertical", action = "workspace" })
|
||||||
''}
|
''}
|
||||||
|
|
||||||
-- Screenshots — Shift+Super+S matches GNOME binding
|
-- Screenshots — Shift+Super+S matches GNOME binding
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue