Alpha Chen 1 year ago
parent 1444c28ea1
commit 880a2ec45b
Signed by: alpha
SSH Key Fingerprint: SHA256:3fOT8fiYQG/aK9ntivV3Bqtg8AYQ7q4nV6ZgihOA20g

@ -101,13 +101,14 @@
(set window.animationDuration 0.0) (set window.animationDuration 0.0)
(Install:andUse :MiroWindowsManager {: hotkeys})) (Install:andUse :MiroWindowsManager {: hotkeys}))
(Install:andUse :ReloadConfiguration) (Install:andUse :ReloadConfiguration {:start true})
;; Local overrides ;; Local overrides
(when (fs.attributes :local.fnl) (when (fs.attributes :local.fnl)
(require :local)) (require :local))
(: (notify.new {:title :Hammerspoon (let [n (notify.new {:title :Hammerspoon
:informativeText "Config loaded" :informativeText "Config loaded"
:withdrawAfter 2}) :send) :withdrawAfter 2})]
(n:send))

Loading…
Cancel
Save