my complicated awesomewm config (SUNSETTED)
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.

13 lines
807 B

3 years ago
3 years ago
2 years ago
3 years ago
  1. This folder is the root of awesomewm configuration.
  2. The layout is as follows:
  3. /core - original rc.lua, split into components for convenience.
  4. /core/widgets - self-contained widgets from original awesomewm rc.lua.
  5. /modules - small self-contained plug-ins to be "required" in rc.lua.
  6. /libs - libraries, for various purposes.
  7. /widgets - custom widgets
  8. /various-scripts - scripts for clearing up desktop files, installing pam, etc.
  9. /docs - (TODO) documentation on various widgets and libraries
  10. /presets - presets containing some pre-configured layouts and stuff.
  11. /themes - themes compatible with this config or awesomewm in general.
  12. Each folder contains a readme, describing what it contains and some additional details that one might need.