summaryrefslogtreecommitdiff
path: root/dwm/patch/bar_launcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'dwm/patch/bar_launcher.h')
-rwxr-xr-xdwm/patch/bar_launcher.h8
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);