mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[hammerspoon] remove cheatsheet script completely
This commit is contained in:
parent
8543a17b11
commit
a838ded382
2 changed files with 0 additions and 9 deletions
|
@ -1,8 +0,0 @@
|
||||||
hs.loadSpoon("KSheet")
|
|
||||||
|
|
||||||
modal = hs.hotkey.modal.new({"cmd", "alt", "ctrl"}, "c")
|
|
||||||
|
|
||||||
function modal:entered() spoon.KSheet:show() end
|
|
||||||
function modal:exited() spoon.KSheet:hide() end
|
|
||||||
|
|
||||||
modal:bind('', 'escape', function() modal:exit() end)
|
|
|
@ -1,4 +1,3 @@
|
||||||
require "TerminalPalette"
|
require "TerminalPalette"
|
||||||
-- require "cheatsheet"
|
|
||||||
|
|
||||||
hs.notify.show("Hammerspoon", "", "Hammespoon config loaded")
|
hs.notify.show("Hammerspoon", "", "Hammespoon config loaded")
|
||||||
|
|
Loading…
Reference in a new issue