Personal build of suckless dmenu
This repository has been archived on 2021-01-12. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Hoang Nguyen a53432ddb0 Proper gitignore 2020-11-26 23:14:11 +03:00
.gitignore Proper gitignore 2020-11-26 23:14:11 +03:00
LICENSE Pull upstream 2020-11-11 15:41:21 +03:00
Makefile Makefile: just show the compiler output 2018-06-02 17:09:01 +02:00
README.md Add patches 2020-11-12 15:39:56 +03:00
arg.h arg.h: fixed argv checks order 2016-02-23 00:31:03 +01:00
config.def.h Add patches 2020-11-12 15:39:56 +03:00
config.h Add patches 2020-11-12 15:39:56 +03:00
config.mk Set prefix to /usr 2020-11-13 10:35:16 +03:00
dmenu.1 Add patches 2020-11-12 15:39:56 +03:00
dmenu.c Add patches 2020-11-12 15:39:56 +03:00
dmenu_path make dmenu_path script executable 2019-02-12 22:13:58 +01:00
dmenu_run Add patches 2020-11-12 15:39:56 +03:00
drw.c Fix memory leaks in drw 2020-06-11 18:45:33 +02:00
drw.h import new drw from libsl and minor fixes. 2016-06-03 19:13:15 +02:00
stest.1 applied Martin Kühl's inverse matching flag to stest 2013-08-13 19:15:04 +02:00
stest.c stest: get rid of getopt, use suckless arg.h 2015-07-19 21:38:42 +02:00
util.c die() on calloc failure 2016-11-05 11:36:42 +01:00
util.h import new drw from libsl and minor fixes. 2016-06-03 19:13:15 +02:00

README.md

dmenu

My build for suckless dmenu

I moded the Tab/Shift-Tab keys to behave like Down/Up

Patches applied: