~kris/suckless

dmenu

ref: 9d8d4f833a3ef5bf008871084bb75eb7842376e3 dmenu/patch/vi_mode.h -rw-r--r-- 119 bytes
9d8d4f83 — Kris Yotam Update patches config 5 months ago
                                                                                
1
2
3
4
5
6
typedef struct {
	KeySym ksym;
	unsigned int state;
} Key;

static void vi_keypress(KeySym ksym, const XKeyEvent *ev);