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
283 B

  1. #define SCRATCHPAD_MASK (1u << NUMTAGS)
  2. static void scratchpad_hide ();
  3. static _Bool scratchpad_last_showed_is_killed (void);
  4. static void scratchpad_remove ();
  5. static void scratchpad_show ();
  6. static void scratchpad_show_client (Client * c);
  7. static void scratchpad_show_first (void);