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.

18 lines
1023 B

  1. /* Key binding functions */
  2. static void defaultgaps(const Arg *arg);
  3. static void incrgaps(const Arg *arg);
  4. static void incrigaps(const Arg *arg);
  5. static void incrogaps(const Arg *arg);
  6. static void incrohgaps(const Arg *arg);
  7. static void incrovgaps(const Arg *arg);
  8. static void incrihgaps(const Arg *arg);
  9. static void incrivgaps(const Arg *arg);
  10. static void togglegaps(const Arg *arg);
  11. /* Internals */
  12. #if DRAGMFACT_PATCH || CENTEREDMASTER_LAYOUT || CENTEREDFLOATINGMASTER_LAYOUT || COLUMNS_LAYOUT || DECK_LAYOUT || FIBONACCI_DWINDLE_LAYOUT || FIBONACCI_SPIRAL_LAYOUT || GAPPLESSGRID_LAYOUT || NROWGRID_LAYOUT || HORIZGRID_LAYOUT || BSTACK_LAYOUT || BSTACKHORIZ_LAYOUT || GRIDMODE_LAYOUT || FLEXTILE_DELUXE_LAYOUT || TILE_LAYOUT || (VANITYGAPS_MONOCLE_PATCH && MONOCLE_LAYOUT)
  13. static void getgaps(Monitor *m, int *oh, int *ov, int *ih, int *iv, unsigned int *nc);
  14. #endif
  15. static void setgaps(int oh, int ov, int ih, int iv);
  16. #if IPC_PATCH || DWMC_PATCH
  17. static void setgapsex(const Arg *arg);
  18. #endif // IPC_PATCH | DWMC_PATCH