diff options
| author | bakkeby <[email protected]> | 2019-09-11 23:35:43 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2019-09-11 23:35:43 +0200 |
| commit | 706e06be438ec9e20e1ebcfcfbb0ff00bc2d2cc1 (patch) | |
| tree | 13958df791af844d7c02702c08fdf3dd9d4076d4 /patch/combo.h | |
| parent | e89f262323c658478c92e4bea041e328c5126248 (diff) | |
| download | dwm-flexipatch-706e06be438ec9e20e1ebcfcfbb0ff00bc2d2cc1.tar.gz dwm-flexipatch-706e06be438ec9e20e1ebcfcfbb0ff00bc2d2cc1.zip | |
Adding combo patch
Diffstat (limited to 'patch/combo.h')
| -rw-r--r-- | patch/combo.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/patch/combo.h b/patch/combo.h new file mode 100644 index 0000000..d6d141e --- /dev/null +++ b/patch/combo.h @@ -0,0 +1,3 @@ +static void keyrelease(XEvent *e); +static void combotag(const Arg *arg); +static void comboview(const Arg *arg);
\ No newline at end of file |
