diff options
author | Teddy Wing | 2019-06-17 20:03:55 +0200 |
---|---|---|
committer | Teddy Wing | 2019-06-17 20:03:55 +0200 |
commit | aacaa65c24a6e12e8708a61914870ad5d314915b (patch) | |
tree | 9b252fc0ab97df05be9917134f36183197e812c2 /init.lua | |
parent | 86596d51926063a81e2e51db9f951e811824af6b (diff) | |
download | dothammerspoon-aacaa65c24a6e12e8708a61914870ad5d314915b.tar.bz2 |
Add application switching shortcuts
Bind a few F<n> keys to activate frequently used applications.
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -17,6 +17,7 @@ -- Enable command line tool (http://www.hammerspoon.org/docs/hs.ipc.html) require("hs.ipc") +require('application_switch') require('mouse') hs.loadSpoon('WindowMode') |