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

25 lines
910 B

4 years ago
# Dynamic Window Manager
#### THIS IS A FORK!
4 years ago
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/.
4 years ago
4 years ago
## Installation
4 years ago
1. `git clone https://github.com/E-Almqvist/dwm.git`
2. `cd dwm/src & make install`
3. [Check out the XSession installation](xsession/)
4 years ago
4 years ago
## Features (patches)
4 years ago
- **[anybar](https://dwm.suckless.org/patches/anybar/)**
4 years ago
Use any bar. Polybar is default here.
4 years ago
- **[IPC](https://dwm.suckless.org/patches/ipc/)**
4 years ago
Allows for inter-process communication via a socket.
4 years ago
- **[fullgaps](https://dwm.suckless.org/patches/fullgaps/)**
4 years ago
Gaps between windows in tiled mode.
4 years ago
- **[actualfullscreen](https://dwm.suckless.org/patches/actualfullscreen/)**
4 years ago
Fullscreen windows with Super + Shift + f
4 years ago
- **spawncenter**
4 years ago
Windows spawn in the center of the screen in floating mode.