bigzed / awesome-config

My awesome configuration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

My awesome configuration