dwm/patch/bar_launcher.h

9 lines
216 B
C
Raw Normal View History

2024-07-11 22:38:58 +02:00
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);