mirror of
https://github.com/bakkeby/dwm-flexipatch
synced 2024-11-09 01:10:26 +00:00
9 lines
216 B
C
9 lines
216 B
C
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);
|