dwm

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

exresize.h (288B)


      1 enum { EX_NW, EX_N, EX_NE, EX_W, EX_C, EX_E, EX_SW, EX_S, EX_SE };
      2 
      3 void expand(unsigned char mask);
      4 void togglemaximize(const Arg *arg);
      5 void toggleverticalexpand(const Arg *arg);
      6 void togglehorizontalexpand(const Arg *arg);
      7 void exresize(const Arg *arg);
      8 void explace(const Arg *arg);
      9