mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 12:46:39 +00:00
Add config stuff for machine with hostname UAC00013
This commit is contained in:
15
hammerspoon/hosts/UAC00013.lua
Normal file
15
hammerspoon/hosts/UAC00013.lua
Normal file
@@ -0,0 +1,15 @@
|
||||
local obj = {}
|
||||
|
||||
function obj.init()
|
||||
local apptoggle = require('app_toggle')
|
||||
|
||||
apptoggle:bind({'cmd', 'alt', 'ctrl'}, 'A', 'Activity Monitor')
|
||||
apptoggle:bind({'cmd', 'ctrl'}, '4', 'Skitch')
|
||||
apptoggle:bind({'cmd', 'ctrl'}, 'B', 'Sequel Pro')
|
||||
apptoggle:bind({'cmd', 'ctrl'}, 'D', 'Mail')
|
||||
apptoggle:bind({'cmd', 'ctrl'}, 'E', 'Emacs', '/Applications/Emacs.app')
|
||||
apptoggle:bind({'cmd', 'ctrl'}, 'X', 'Calendar')
|
||||
apptoggle:bind({'cmd', 'ctrl'}, 'Z', 'Microsoft Teams')
|
||||
end
|
||||
|
||||
return obj
|
||||
Reference in New Issue
Block a user