diff options
Diffstat (limited to 'dwm/patch/bar_launcher.h')
| -rwxr-xr-x | dwm/patch/bar_launcher.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dwm/patch/bar_launcher.h b/dwm/patch/bar_launcher.h new file mode 100755 index 0000000..c2b3259 --- /dev/null +++ b/dwm/patch/bar_launcher.h @@ -0,0 +1,8 @@ +typedef struct { + char* name; + const Arg command; +} Launcher; + +static int width_launcher(Bar *bar, BarArg *a); +static int draw_launcher(Bar *bar, BarArg *a); +static int click_launcher(Bar *bar, Arg *arg, BarArg *a); |
