awesome/LAYOUT.txt

14 lines
807 B
Plaintext
Raw Normal View History

2021-11-14 10:28:13 +00:00
This folder is the root of awesomewm configuration.
The layout is as follows:
/core - original rc.lua, split into components for convenience.
/core/widgets - self-contained widgets from original awesomewm rc.lua.
2021-11-14 10:56:28 +00:00
/modules - small self-contained plug-ins to be "required" in rc.lua.
2021-11-14 10:28:13 +00:00
/libs - libraries, for various purposes.
/widgets - custom widgets
/various-scripts - scripts for clearing up desktop files, installing pam, etc.
2022-01-14 09:48:48 +00:00
/docs - (TODO) documentation on various widgets and libraries
/presets - presets containing some pre-configured layouts and stuff.
2021-11-14 10:28:13 +00:00
/themes - themes compatible with this config or awesomewm in general.
Each folder contains a readme, describing what it contains and some additional details that one might need.