Skip to content

lkschu/awesomewm-config-modular

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Awesome AwesomeWM RC

Xephyr (and awmtt) can be used to develop and debug awesome wm.

Run a standalone xorg server in a window by running:

Xephyr :1 -ac -br -noreset -screen 1920x1080 &

Now by specifying the used display variable programs can be executed inside Xephyr:

DISPLAY=:1 awesome -c ~/.config/awesome/rc.lua

TODO

  • taglist must be rewritten so svg stylesheets are applied and per tag font selection is possible
  • systray is on the wrong screen, is possible to fix be restructuring wibar setup but more elegant solution might be possible

This is the default awesome-git rc.lua, but structured for better customization and modularity. Initially, i did it for myself, because i needed something to start with, and i decided to share because i didn't find anything similar. None of the logic was touched, but everything was reformatted to match the code style that i like.

Please note that this is for awesome-git and will not work with the stable release.

Structure

The main rc.lua file only load the modules it was split into. Each module can have its own submodules, and they are all loaded from init.lua.

module description
bindings mouse and key bindings
config various variables for apps/tags etc...
modules third-party libraries (e.g. bling, lain)
rules client rules
signals all signals are connected here
widgets all widgets are defined here

Credits

This config was used as a base.

Modules created in this repo

About

Modularized AwesomeWM rc.lua

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 100.0%