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.

13 lines
377 B

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