main
E. Almqvist 2 years ago
parent e377c2e880
commit 5160ac3dd2
  1. 3
      .gitignore
  2. 10
      PKGBUILD
  3. 15
      README.md
  4. BIN
      src/ewm
  5. BIN
      src/ewm-msg

3
.gitignore vendored

@ -4,3 +4,6 @@ src/dwm-msg
*.diff *.diff
*.orig *.orig
*.rej *.rej
pkg/
*.pkg*

@ -12,10 +12,10 @@ options=(zipman)
install=ewm.install install=ewm.install
source=(ewm.desktop) source=(ewm.desktop)
#prepare() { prepare() {
# cd "$srcdir/" cd "$srcdir/$pkgname-$pkgver"
# cp "$srcdir/config.h" config.h cp "$srcdir/config.h" config.h
#} }
build() { build() {
cd "$srcdir/" cd "$srcdir/"
@ -26,7 +26,7 @@ package() {
cd "$srcdir" cd "$srcdir"
make PREFIX=/usr DESTDIR="$pkgdir" install make PREFIX=/usr DESTDIR="$pkgdir" install
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md" #install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
install -Dm644 "$srcdir/ewm.desktop" "$pkgdir/usr/share/xsessions/ewm.desktop" install -Dm644 "$srcdir/ewm.desktop" "$pkgdir/usr/share/xsessions/ewm.desktop"
} }
sha256sums=('4434a1f7047cfc847a21f70674111e68002aea80a9dc08f8b61f55d8f88794c3') sha256sums=('4434a1f7047cfc847a21f70674111e68002aea80a9dc08f8b61f55d8f88794c3')

@ -3,19 +3,14 @@
## About ## 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**. 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? ## FAQ
### 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. 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 ## License
Licensed under [GNU General Public License v3](https://www.gnu.org/licenses/gpl-3.0.en.html), check [LICENSE](LICENSE). Licensed under [GNU General Public License v3](https://www.gnu.org/licenses/gpl-3.0.en.html), check [LICENSE](LICENSE).
## Installation ## Installation
1. `git clone https://github.com/E-Almqvist/dwm.git` Clone the repo and use do `$ makepkg -i`.
2. `cd dwm/src && make install` #####
3. [Check out the XSession installation](xsession/) `git clone https://github.com/E-Almqvist/ewm && cd ewm && makepkg -i`

Binary file not shown.

Binary file not shown.
Loading…
Cancel
Save