aboutsummaryrefslogtreecommitdiffstats
path: root/init.lua
diff options
context:
space:
mode:
authorTeddy Wing2019-06-28 21:43:49 +0200
committerTeddy Wing2019-06-28 21:43:49 +0200
commit00f5db8faffddec04aac2b9e9f0597137bd36c99 (patch)
tree6250064f50a1f850a72be187f1821a299ace7e49 /init.lua
parent9abf894de98bf8ae936ec95eb9e373db9681c2ed (diff)
downloaddothammerspoon-00f5db8faffddec04aac2b9e9f0597137bd36c99.tar.bz2
Add hotkey to reload AODocs UFO browser extension
Until live reloading is implemented, this compacts a bunch of repetitive key presses into a modal shortcut.
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.lua b/init.lua
index 9ae8dce..c03f55a 100644
--- a/init.lua
+++ b/init.lua
@@ -21,6 +21,7 @@ require('application_switch')
require('gdrive_mouseover_item')
require('mouse')
require('terminal_tab_hotkeys')
+require('ufo')
hs.loadSpoon('WindowMode')
spoon.WindowMode:bindHotkeys({ mode = {{'ctrl', 'option'}, 'w'} })