Reno is the second iteration of the AWMTK-powered AwesomeWM config.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

15 lines
422 B

-- Libraries path
root_path = os.getenv("HOME").."/.config/awesome"
package.path = package.path
..";"..root_path.."/libs/?.lua"
..";"..root_path.."/libs/?/init.lua"
package.cpath = package.cpath
..";"..root_path.."/libs/?.so"
-- Modules list
require("modules.errorlog")
require("modules.base")
require("modules.global")
require("modules.binds")
require("modules.temp_crutches")
require("modules.static_tags")