dotfiles/.config/suckless/dwm/patch/bar_statuscmd.h

10 lines
239 B
C
Raw Normal View History

2024-04-23 04:34:15 +02:00
static int click_statuscmd(Bar *bar, Arg *arg, BarArg *a);
static int click_statuscmd_text(Arg *arg, int rel_x, char *text);
static void copyvalidchars(char *text, char *rawtext);
typedef struct {
const char *cmd;
int id;
} StatusCmd;