idk what this is

This commit is contained in:
Chris Cochrun 2022-05-18 09:42:58 -05:00
parent 7e185fb489
commit 3b9a625896
7 changed files with 23 additions and 5 deletions

View file

@ -9,7 +9,7 @@
(local xresources (require "beautiful.xresources"))
;; Notification library
(global naughty (require "naughty"))
(naughty.notification {:title "YAY FNL LOADED!"})
;; (naughty.notification {:title "YAY FNL LOADED!"})
(global menubar (require "menubar"))
;; Enable hotkeys help widget for VIM and other apps
;; when client with a matching name is opened:

View file

@ -6,7 +6,7 @@ cfgDir = os.getenv("HOME") .. "/.config/awesome/"
fennel.path = fennel.path .. ";" .. cfgDir .. "?.fnl;"
naughty.notification{ title = "YAY RC LOADED"}
-- naughty.notification{ title = "YAY RC LOADED"}
searcher = fennel.make_searcher({
correlate = true,