https://github.com/afaur/zazu-toggle-pref
https://github.com/afaur/zazu-toggle-pref
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/afaur/zazu-toggle-pref
- Owner: afaur
- Created: 2017-08-06T15:58:22.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-06T16:42:04.000Z (almost 9 years ago)
- Last Synced: 2025-04-06T08:24:21.810Z (over 1 year ago)
- Language: JavaScript
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Toggle Prefrence Pane Option
Only works for Tap to Click now. Use `ttc` to toggle.
## Installing (MAC)
Add `afaur/zazu-toggle-pref` inside the plugins block of your `~/.zazurc.json` file
## Installing (WIN)
Add `afaur/zazu-toggle-pref` inside the plugins block of your `C:\Users\UserName\.zazurc.json` file.
~~~ javascript
{
"plugins": [
'afaur/zazu-toggle-pref'
]
}
~~~