dwm

Kris's build of dwm
git clone git clone https://git.krisyotam.com/krisyotam/dwm.git
Log | Files | Refs | README | LICENSE

bar_launcher.h (216B)


      1 typedef struct {
      2 	char* name;
      3 	const Arg command;
      4 } Launcher;
      5 
      6 static int width_launcher(Bar *bar, BarArg *a);
      7 static int draw_launcher(Bar *bar, BarArg *a);
      8 static int click_launcher(Bar *bar, Arg *arg, BarArg *a);