diff options
Diffstat (limited to 'dwm/config.def.h')
| -rw-r--r-- | dwm/config.def.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/dwm/config.def.h b/dwm/config.def.h index f11d65c..21fadcf 100644 --- a/dwm/config.def.h +++ b/dwm/config.def.h @@ -1,5 +1,6 @@ /* See LICENSE file for copyright and license details. */ +/* Default settings; can be overriden by command line. */ #define BROWSER "firefox" #define BROWSERCLASS "Firefox" #define CLEAR 0x00U @@ -49,7 +50,6 @@ static const char *fonts[] = { font, "NotoColorEmoji:pixelsize=10:antialias=true:autohint=true", }; - static char normbgcolor[] = "#222222"; static char normbordercolor[] = "#444444"; static char normfgcolor[] = "#bbbbbb"; @@ -72,7 +72,6 @@ static char selstatusbgcolor[] = "#222222"; static char selstatusfgcolor[] = "#eeeeee"; static char seltagbgcolor[] = "#005577"; static char seltagfgcolor[] = "#ffffff"; - static char *colors[][5] = { /* fg bg border float mark */ [SchemeNorm] = { normfgcolor, normbgcolor, normbordercolor, normfloatcolor, normmarkcolor }, @@ -97,7 +96,6 @@ static const unsigned int alphas[][5] = { [SchemeInfoNorm] = { OPAQUE, CLEAR, CLEAR, CLEAR, CLEAR }, [SchemeInfoSel] = { OPAQUE, baralpha, borderalpha, floatalpha, markalpha }, }; - static const XPoint stickyicon[] = { {0,0}, {4,0}, {4,8}, {2,6}, {0,8}, {0,0} }; /* represents the icon as an array of vertices */ static const XPoint stickyiconbb = {4,8}; /* defines the bottom right corner of the polygon's bounding box (speeds up scaling) */ @@ -119,12 +117,10 @@ static Sp scratchpads[] = { /* tagging */ static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" }; - static const char ptagf[] = "%s. %s"; /* format of a tag label */ static const char etagf[] = "%s"; /* format of an empty tag */ static const int taglbl = 0; /* 1 means enable tag label */ static const int lcaselbl = 0; /* 1 means make tag label lowercase */ - static const Rule rules[] = { /* xprop(1): * WM_CLASS(STRING) = instance, class |
