dwm

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

vanitygaps.h (1025B)


      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 
     12 /* Internals */
     13 #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)
     14 static void getgaps(Monitor *m, int *oh, int *ov, int *ih, int *iv, unsigned int *nc);
     15 #endif
     16 static void setgaps(int oh, int ov, int ih, int iv);
     17 #if IPC_PATCH || DWMC_PATCH
     18 static void setgapsex(const Arg *arg);
     19 #endif // IPC_PATCH | DWMC_PATCH
     20