Nice readme fix

pull/6/head
E. Almqvist 4 years ago
parent 3c0a009ca7
commit fb7e31410b
  1. 15
      README.md

@ -2,18 +2,23 @@
#### THIS IS A FORK! #### 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/. 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) ## Features (patches)
- **anybar** - **[anybar](https://dwm.suckless.org/patches/anybar/)**
Use any bar. Polybar is default here. Use any bar. Polybar is default here.
- **IPC** - **[IPC](https://dwm.suckless.org/patches/ipc/)**
Allows for inter-process communication via a socket. Allows for inter-process communication via a socket.
- **fullgaps** - **[fullgaps](https://dwm.suckless.org/patches/fullgaps/)**
Gaps between windows in tiled mode. Gaps between windows in tiled mode.
- **actualfullscreen** - **[actualfullscreen](https://dwm.suckless.org/patches/actualfullscreen/)**
Fullscreen windows with Super + Shift + f Fullscreen windows with Super + Shift + f
- **spawncenter** - **[spawncenter][Custom]**
Windows spawn in the center of the screen in floating mode. Windows spawn in the center of the screen in floating mode.

Loading…
Cancel
Save