idk what this is
This commit is contained in:
parent
7e185fb489
commit
3b9a625896
7 changed files with 23 additions and 5 deletions
|
@ -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:
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue