move quitter to local override

pull/2/head
Alpha Chen 2 years ago
parent 06e37dfd82
commit efb275e667
Signed by: alpha
SSH Key Fingerprint: SHA256:3fOT8fiYQG/aK9ntivV3Bqtg8AYQ7q4nV6ZgihOA20g

1
.gitignore vendored

@ -1,3 +1,4 @@
local.*
private
.config

@ -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))

Loading…
Cancel
Save