mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 08:46:39 +00:00
fix(hammerspoon/misc): change kill keybinding to not conflict with window management
This commit is contained in:
@@ -48,7 +48,7 @@ wm:init()
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
local kd = require('kill_dock')
|
||||
hs.hotkey.bind({ 'cmd', 'alt', 'ctrl' }, 'K', kd.killDock)
|
||||
hs.hotkey.bind({ 'cmd', 'alt', 'ctrl' }, 'D', kd.killDock)
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
-- The End
|
||||
|
||||
Reference in New Issue
Block a user