From abe1f1fc2ebb08b89291f9a3142830e1e33afcdf Mon Sep 17 00:00:00 2001 From: "E. Almqvist" Date: Tue, 20 Sep 2022 21:28:01 +0200 Subject: [PATCH] README.md update --- README.md | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d382739..aaf7339 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,19 @@ -# Dynamic Window Manager -#### THIS IS A FORK! -This is my version of dwm with applied patches. Feel free to use it but I recommend creating your own version. You can find dwm at https://dwm.suckless.org/. +# Epsilon Window Manager + +## About +This is a tiling window manager for Xorg based of the suckless' [dynamic window manager](http://dwm.suckless.org/). In short, **ewm** *is a fork of* **dwm**. + +## Why? +It is a fork. I maintain it, improve it, and make it actually useable rather than saying that everything is "bloat". If you don't like it: then don't use it. + +## Future plans + - A better configuration system (actual config file) + - A nice bar +Have a suggestion? Submit one! + +## License +Licensed under [GNU General Public License v3](https://www.gnu.org/licenses/gpl-3.0.en.html), check [LICENSE](LICENSE). + ## Installation 1. `git clone https://github.com/E-Almqvist/dwm.git`