dwm

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

dwmc.h (378B)


      1 typedef struct {
      2 	const char * sig;
      3 	void (*func)(const Arg *);
      4 } Signal;
      5 
      6 static void setlayoutex(const Arg *arg);
      7 static void viewex(const Arg *arg);
      8 static void viewallex(const Arg *arg);
      9 static void toggleviewex(const Arg *arg);
     10 static void tagex(const Arg *arg);
     11 static void toggletagex(const Arg *arg);
     12 static void tagallex(const Arg *arg);
     13 static int fake_signal(void);
     14