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