Hi,
it's that time again that I need to adapt my awesome config and it still seems
to be impossible to just extend it.
I'd like to write in my ~/.config/awesome/rc.lua:
dofile("/etc/xdg/awesome/rc.lua")
and then to start modifying the config:
- remove some layouts
- add some vicious widgets to the wibox
- add some keybindings
There are several ways to make this possible without the need to totally
rewrite the rc.lua. Why don't you provide this level of usability?
- Provide hook variables/functions that I could set before I load the upstream
rc.lua to override parts of the config.
- Make it possible to change the wibox, its elements, keybindings and layouts
after the rc.lua has been loaded. Therefor I'd need some getter functions on
the objects to get the current settings modify them and set them back.
Thank you,
Thomas Koch, http://www.koch.ro
--
To unsubscribe, send mail to [email protected].