Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 724 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (9 loc) · 724 Bytes

Contributing to awesome-pro

Tips for bug reports

  • Was this issue already reported? Please do a quick search.
  • Maybe the problem is solved in the current master branch already? Simply clone awesome-pro with git clone --recursive https://github.com/4ban/awesome-pro.git or download the git version via https://github.com/4ban/awesome-pro/archive/master.zip and run mv -bv awesome-pro/* ~/.config/awesome; rm -rf awesome-pro directly to find out.
  • You can obtain much better error messages with starting it in sandbox by Xephyr: Xephyr :5 -ac -br -noreset -screen 1500x800 & sleep 1; DISPLAY=:5 awesome -c /path/to/awesome-pro/rc.lua. Also change related paths in your rc.lua and theme.lua.

Thank you!