aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 6090d602d12afc6cf13cdfceea8c5dd5da9218f1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# dwm

*Personal fork of dwm (dynamic window manager) from suckless.org*

**NOTE:** It doesn't have any non-dwm related bindings, use `sxhkd` for them.

## Installation

Make sure you have dependencies installed before you build dwm.

### Dependencies

```sh
$ sudo pacman -S libx11 libxinerama libxft freetype2  # Arch Linux
```

### Building

```sh
$ git clone https://git.dawidpotocki.com/dawid/dwm
$ cd dwm
$ sudo make clean install
```

## Patches

- [actualfullscreen](https://dwm.suckless.org/patches/actualfullscreen/)
- [fixborders](https://dwm.suckless.org/patches/alpha/)
- [hide vacant tags](https://dwm.suckless.org/patches/hide_vacant_tags/)
- [movestack](https://dwm.suckless.org/patches/movestack/)
- [pertag](https://dwm.suckless.org/patches/pertag/)
- [scratchpads](https://dwm.suckless.org/patches/scratchpads/)
- [shiftview](https://github.com/bakkeby/dwm-flexipatch/blob/master/patch/shiftview.c)
- [steam](https://dwm.suckless.org/patches/steam/)
- [systray](https://dwm.suckless.org/patches/systray/)
- systray-toggle
- [zoomswap](https://dwm.suckless.org/patches/zoomswap/)