dotfiles-mirror/dwm/patch/bar_launcher.h
2026-02-17 22:49:02 +03:30

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