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.
|
7 months ago | |
---|---|---|
dwm@d39e2f3441 | 1 year ago | |
patches | 7 months ago | |
screenshots | 1 year ago | |
.gitmodules | 2 years ago | |
README.md | 1 year ago | |
dwm-config | 7 months ago | |
notes.org | 1 year ago |
README.md
the ultimate dynamic window manager aka the final boss

dwm-config
This script can be used to:
- Load the configuration
- Merge the patches
- Build the configuration
- Install the configuration on the system
- Apply patches on top of another
Command line option:
-
--load
Load every patch as a branch in the DWM directory/repository.
-
--merge
Merge every branch into the custom branch.
-
--build
Build DWM.
-
--install
Clean the DWM directory/repository, load the configuration, merge it, build it and installs DWM on the system.
-
--abort
Execute
git merge --abort
in case you want to speed up the process. -
--clean
Cleans the DWM directory/repository.
Thanks to Mageas for his suckscripts which were the base of this script.