diff --git a/Brewfile b/Brewfile index 31100e1..5e51d34 100644 --- a/Brewfile +++ b/Brewfile @@ -209,7 +209,6 @@ if `hostname -s`.strip == 'noct' cask 'whatsapp' cask 'witgui' cask 'xld' - cask 'yakyak' mas 'Apple Remote Desktop', id: 409_907_375 mas 'Awaken', id: 404_221_531 diff --git a/hammerspoon/hosts/noct.lua b/hammerspoon/hosts/noct.lua index 792cece..609687d 100644 --- a/hammerspoon/hosts/noct.lua +++ b/hammerspoon/hosts/noct.lua @@ -6,7 +6,6 @@ function obj.init() apptoggle:bind({'cmd', 'alt', 'ctrl'}, 'A', 'Activity Monitor') apptoggle:bind({'cmd', 'ctrl'}, '1', 'Microsoft To-Do') apptoggle:bind({'cmd', 'ctrl'}, '4', 'Skitch') - apptoggle:bind({'cmd', 'ctrl'}, 'A', 'YakYak') apptoggle:bind({'cmd', 'ctrl'}, 'B', 'Postico') apptoggle:bind({'cmd', 'ctrl'}, 'C', 'Medis') apptoggle:bind({'cmd', 'ctrl'}, 'D', 'Wavebox')