macbook: swipe workspaces vertically

This commit is contained in:
rope 2026-07-29 17:34:05 +01:00
parent e68d2d6464
commit a48aac42d0

View file

@ -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