mirror of
https://github.com/mintycube/dotfiles.git
synced 2024-10-22 14:05:41 +02:00
10 lines
239 B
C
10 lines
239 B
C
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;
|
|
|