Skip to content

Zagyarakushi/mydwm

Repository files navigation


My dwm config

My dwm config

Note: This project was originally pushed to Gitlab and as such, all issues, pull/merge requests and any other disucussion or changes should be made here. (In case you are wondering, I have this mirrored on Github so people can follow the project even if they prefer Github. Also it acts as a backup.)

License

Table of contents


⚡ Introduction


This repository contains my dwm configuration which I use daily.

screenshot

📖 Installation


You will need gcc, make and required libraries which vary distro by distro.

Void Linux

xbps-install -S gcc make

For libraries it could be libX11, libX11-devel, libXft, libXft-devel etc. If the required library is missing then it will show an error and you just need to take the name and find the right package.

Then clone the repository

git clone https://gitlab.com/zagyarakushi/mydwm

📝 Usage


Now go to the directory and compile and install.

Compile

make

Then intall dwm

Install

make install

Or just do "make install" which should compile and install at the same time.

Updating

If you make a change and want to update the binary then you need to recompile and install again. Except this time, you need to remove some files.

Remove compiled binary and some files

make clean

Delete old configuration files

rm config.h

Also make sure to delete any other unneeded files as well. Then compile and install.

⭐ Known issues and limitations


This project doesn't have any issues in my opinion but you could create an issue if you want something to change.

✌️ Getting help


You can create an issue and I will try to help you as much as I can.

🔔 Contributing


First read the code of conduct and contributing file. Then you can fork the repository, add your own stuff and create a pull/merge request.

⚠ License


MIT

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published