aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 4c908563aa62794470766b5e6ab96b566f1d25ff (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
# dmenu

*Personal fork of dmenu (dynamic menu) from suckless.org*

## Installation

Make sure you have dependencies installed before you build dmenu.

### Dependencies

`libxft-bgra`<sup>AUR</sup> is required for colour emoji support.

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

### Building

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

## Patches

- [line height](https://tools.suckless.org/dmenu/patches/line-height/)
- [password](https://tools.suckless.org/dmenu/patches/password/)