Skip to content

Commit

Permalink
goodies: provide alternatives to BetterTouchTool
Browse files Browse the repository at this point in the history
Co-authored-by: Tricster <[email protected]>
Co-authored-by: acsandmann <[email protected]>
  • Loading branch information
3 people committed Feb 4, 2025
1 parent 9e521b3 commit 780b33f
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions docs/goodies.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ defaults write -g NSAutomaticWindowAnimationsEnabled -bool false
[#use-trackpad-gestures-to-switch-workspaces]
== Use trackpad gestures to switch workspaces

You can use link:https://folivora.ai/[BetterTouchTool] to assign trackpad gestures to switch workspaces

The following commands focus next or previous workspaces on monitors where the mouse is located

[source,bash]
Expand All @@ -64,7 +62,16 @@ aerospace workspace "$(aerospace list-workspaces --monitor mouse --visible)" &&
aerospace workspace "$(aerospace list-workspaces --monitor mouse --visible)" && aerospace workspace prev
----

Use the software of your choice to assign trackpad gestures to the respective commands.
Here are a few third party options in alphabetical order:

* https://github.com/acsandmann/aerospace-swipe
* link:https://folivora.ai/[BetterTouchTool] can assign arbitrary commands to trackpad gestures.
Beware that you might need to specify full path to aerospace executable https://community.folivora.ai/t/how-to-execute-terminal-command-to-switch-workspaces-with-aerospace/35914
* https://github.com/MediosZ/SwipeAeroSpace
CAUTION: Make sure that you trust project authors before running the distributed binaries.
Alternatively, inspect the source code, and build it yourself.

[#show-aerospace-workspaces-in-sketchybar]
== Show AeroSpace workspaces in Sketchybar
Expand Down

0 comments on commit 780b33f

Please sign in to comment.