dwm

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

tagothermonitor.h (277B)


      1 #if IPC_PATCH || DWMC_PATCH
      2 static void tagnextmonex(const Arg *arg);
      3 static void tagprevmonex(const Arg *arg);
      4 #endif // IPC_PATCH | DWMC_PATCH
      5 
      6 static void tagnextmon(const Arg *arg);
      7 static void tagprevmon(const Arg *arg);
      8 static void tagothermon(const Arg *arg, int dir);
      9