New tag names & decreased tag count

pull/15/head
E. Almqvist 4 years ago
parent 4e17920b01
commit 6c842d0f0a
  1. 4
      src/config.h

@ -3,7 +3,7 @@
/* appearance */ /* appearance */
static const unsigned int borderpx = 1; /* border pixel of windows */ static const unsigned int borderpx = 1; /* border pixel of windows */
static const unsigned int snap = 16; /* snap pixel (32)*/ static const unsigned int snap = 16; /* snap pixel (32)*/
static const unsigned int gappx = 20; static const unsigned int gappx = 40;
static const int showbar = 1; /* 0 means no bar */ static const int showbar = 1; /* 0 means no bar */
static const int topbar = 1; /* 0 means bottom bar */ static const int topbar = 1; /* 0 means bottom bar */
static const int usealtbar = 1; /* 1 means use non-dwm status bar */ static const int usealtbar = 1; /* 1 means use non-dwm status bar */
@ -36,7 +36,7 @@ static const char *colors[][3] = {
}; };
/* tagging */ /* tagging */
static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" }; static const char *tags[] = { "I", "II", "III", "IV", "V" };
static const Rule rules[] = { static const Rule rules[] = {
/* xprop(1): /* xprop(1):

Loading…
Cancel
Save