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.
 
 
 
 
 

34 lines
1.5 KiB

  1. --- config.def.h
  2. +++ config.def.h
  3. @@ -5,6 +5,14 @@ static const unsigned int borderpx = 1; /* border pixel of windows */
  4. static const unsigned int snap = 32; /* snap pixel */
  5. static const int showbar = 1; /* 0 means no bar */
  6. static const int topbar = 1; /* 0 means bottom bar */
  7. +
  8. +/* Display modes of the tab bar: never shown, always shown, shown only in */
  9. +/* monocle mode in presence of several windows. */
  10. +/* Modes after showtab_nmodes are disabled */
  11. +enum showtab_modes { showtab_never, showtab_auto, showtab_nmodes, showtab_always};
  12. +static const int showtab = showtab_auto; /* Default tab bar show mode */
  13. +static const Bool toptab = False; /* False means bottom tab bar */
  14. +
  15. static const char *fonts[] = { "monospace:size=10" };
  16. static const char dmenufont[] = "monospace:size=10";
  17. static const char col_gray1[] = "#222222";
  18. @@ -18,9 +26,15 @@ static const char *colors[SchemeLast][3] = {
  19. [SchemeSel] = { col_gray4, col_cyan, col_cyan },
  20. };
  21. +
  22. /* tagging */
  23. static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };
  24. +/* default layout per tags */
  25. +/* The first element is for all-tag view, following i-th element corresponds to */
  26. +/* tags[i]. Layout is referred using the layouts array index.*/
  27. +static int def_layouts[1 + LENGTH(tags)] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0};
  28. +
  29. static const Rule rules[] = {
  30. /* xprop(1):
  31. * WM_CLASS(STRING) = instance, class