getting awesome setup
This commit is contained in:
parent
9899f5a0a8
commit
46db1c247b
7 changed files with 13 additions and 5 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue