My dwm build
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.
 
 
 
 
 

12 lines
386 B

  1. --- dwm.c
  2. +++ dwm.c
  3. @@ -233,6 +233,8 @@ static int xerror(Display *dpy, XErrorEvent *ee);
  4. static int xerrordummy(Display *dpy, XErrorEvent *ee);
  5. static int xerrorstart(Display *dpy, XErrorEvent *ee);
  6. static void zoom(const Arg *arg);
  7. +static void centeredmaster(Monitor *m);
  8. +static void centeredfloatingmaster(Monitor *m);
  9. /* variables */
  10. static const char broken[] = "broken";