Tools for macOS🔗
These tools are specific for macOS.
AltTab🔗
Hidden Bar🔗
Karabiner🔗
Raycast🔗
Rectangle🔗
dmenu🔗
The version of dmenu in HomeBrew is not
working. The call to open XOpenIM is failing. Therefore, the tool must the
compiled to support XQuartz.
Download the sources of dmenu and change the following three lines in the
file config.mk:
Now dmenu is using the libraries of XQuartz and not those of Homebrew.
In order to use dmenu the focus must first be changed to the newly opened
window and afterwards back to the previous application.
This can be achieved with the following snippet:
open -a XQuartz; ls | dmenu -i; \
osascript -e 'tell application "System Events" to keystroke tab using {command down}'
Automator for running shell script via shortcuts🔗
- Open the application
Automator
- Choose type from list:
Application
- Select
Run Shell Scriptfrom the list and drag into the right space
-
Write the shell script, e.g.,
Sourcing the file
~/.zprofilegive access to all tools installed viaHomeBrew.To allow
oascriptsend a keystroke within the script, the applicationAutomatorneeds additional privileges. OpenSettings>Privacy & Security>Accessibility. Allow the applicationAutomator.