index rss mastodon twitter github linkedin email
Álvaro Ramírez
sponsor

Álvaro Ramírez

31 March 2018 Trying out chunkwm

chunkwm.png

Installing Chunkwm

$ brew tap crisidev/homebrew-chunkwm
$ brew install --HEAD --with-tmp-logging chunkwm

Add a configuration file. Started off from this example.

~/.chunkwmrc chmod +x ~/.chunkwmrc

Note: Ensure core::plugin_dir matches homebrew's plugin directory. Typically something like: /path/to/homebrew/opt/chunkwm/share/chunkwm/plugins

Start chunkwmrc service.

$ brew services start crisidev/chunkwm/chunkwm

Installing skhd (a hotkey daemon)

$ brew install --HEAD --with-logging  koekeishiya/formulae/skhd

Start skhd service.

$ brew services start koekeishiya/formulae/skhd

Skhd logs location.

/Users/you/homebrew/var/log/skhd/skhd.[out|err].log

Add a configuration file. Started off from this example.

~/.skhdrc
chmod +x ~/.skhdrc

Installing khd (easily invoke hotkeys from terminal)

$ brew install khd

Some additional Mission Control and keyboard shortcut preferences:

mission_control.png

keyboard_shortcuts.png