awesomerc
awesomerc copied to clipboard
Awesome WM 3.5 cfg - modular - multi tag - simple
awesomerc
Awesome WM 3.5 Configuration
Based on Gentoos default rc.file
*Modular
*Easily themable (continue reading)
*Custom binds are tuned for both dvorak programming layout (dvp)
*Lua 5.2
To download code from git submodules (themes, plugins), run:
git submodule update --init
.
├── myrc
│ ├── error.lua
│ ├── kb_layout.lua
│ ├── logger.lua
│ └── run_once.lua
├── plugins
│ └── Orglendar
│ ├── orglendar.lua
│ └── README.md
├── rc.lua
├── README.md
├── screenshot
│ └── default.png
├── settings
│ ├── custom_binds.lua
│ ├── menus.lua
│ ├── startup.lua
│ ├── tags.lua
│ ├── wallpaper.lua
│ └── window_rules.lua
└── stock
├── binds.lua
├── signals.lua
└── wiboxrc.lua
6 directories, 18 files