diff --git a/.gitignore b/.gitignore index cbf28b7..9093f77 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +local.* private .config diff --git a/.hammerspoon/init.fnl b/.hammerspoon/init.fnl index 69bdc8b..e8de90d 100644 --- a/.hammerspoon/init.fnl +++ b/.hammerspoon/init.fnl @@ -20,7 +20,6 @@ }) ;; debugging -;; (hs.hotkey.bind mash "d" (fn [])) ;; (hs.hotkey.bind mash "d" (fn [] (hs.dialog.blockAlert "message" "text" "one" "two"))) ;; (hs.hotkey.bind mash "d" (fn [] (hs.dialog.alert 100 100 (fn [] ) "message" "text" "one" "two"))) @@ -126,21 +125,7 @@ (: (hs.loadSpoon :ReloadConfiguration) :start) -; (hs.loadSpoon :Quitter) - -; ;; fnlfmt: skip -; (set spoon.Quitter.quitAppsAfter -; {:Calendar 30 -; :Discord 300 -; :MailMate 600 -; :Messages 300 -; :Reeder 600 -; ; :Slack 300 -; :Telegram 300 -; :Twitterrific 300}) - -; (spoon.Quitter:start) - +;; Local overrides (when (hs.fs.attributes :local.fnl) (require :local))