Files
dot/dwm/patch/bar_launcher.h
T
2026-07-12 08:16:17 +03:30

9 lines
216 B
C
Executable File

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);