blob: d5cb8871c3b0ba8169a5100521cc5dbf2d78bf3b (
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
|
# dmenu
*Personal fork of dmenu (dynamic menu) from suckless.org*
## Installation
Make sure you have dependencies installed before you build dmenu.
### Dependencies
```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/)
|