mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 06:46:40 +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')
|
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
|
-- The End
|
||||||
|
|||||||
Reference in New Issue
Block a user