Another copy of my dotfiles. Because I don't completely trust GitHub.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
286 B

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