getting awesome setup

This commit is contained in:
Chris Cochrun 2022-05-17 10:58:56 -05:00
parent 9899f5a0a8
commit 46db1c247b
7 changed files with 13 additions and 5 deletions

View file

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