ewm is a tiling window manager for X based on dwm
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.
ewm/README.md

17 lines
637 B

2 years ago
# Epsilons Window Manager
2 years ago
## 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**.
2 years ago
## FAQ
### Why?
2 years ago
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.
## License
Licensed under [GNU General Public License v3](https://www.gnu.org/licenses/gpl-3.0.en.html), check [LICENSE](LICENSE).
4 years ago
## Installation
2 years ago
Clone the repo and use do `$ makepkg -i`.
#####
`git clone https://github.com/E-Almqvist/ewm && cd ewm && makepkg -i`