docs » ReloadConfiguration
Adds a hotkey to reload the hammerspoon configuration, and a pathwatcher to automatically reload on changes.
Download: https://github.com/Hammerspoon/Spoons/raw/master/Spoons/ReloadConfiguration.spoon.zip
- Variables - Configurable values
- watch_paths
- Methods - API calls which can only be made on an object returned by a constructor
- bindHotkeys
- start
watch_paths | |
---|---|
Signature | ReloadConfiguration.watch_paths |
Type | Variable |
Description | List of directories to watch for changes, defaults to hs.configdir |
bindHotkeys | |
---|---|
Signature | ReloadConfiguration:bindHotkeys(mapping) |
Type | Method |
Description | Binds hotkeys for ReloadConfiguration |
Parameters |
|
start | |
---|---|
Signature | ReloadConfiguration:start() |
Type | Method |
Description | Start ReloadConfiguration |
Parameters |
|