Xinqi Bao's Git
projects
/
dwm.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
inline
| side by side
separate program-specific c99 bool and X11
[dwm.git]
/
config.def.h
diff --git
a/config.def.h
b/config.def.h
index
3fde3cf
..
76073a5
100644
(file)
--- a/
config.def.h
+++ b/
config.def.h
@@
-13,8
+13,8
@@
static const char selbgcolor[] = "#005577";
static const char selfgcolor[] = "#eeeeee";
static const unsigned int borderpx = 1; /* border pixel of windows */
static const unsigned int snap = 32; /* snap pixel */
static const char selfgcolor[] = "#eeeeee";
static const unsigned int borderpx = 1; /* border pixel of windows */
static const unsigned int snap = 32; /* snap pixel */
-static const
Bool showbar = True; /* F
alse means no bar */
-static const
Bool topbar = True; /* F
alse means bottom bar */
+static const
bool showbar = true; /* f
alse means no bar */
+static const
bool topbar = true; /* f
alse means bottom bar */
/* tagging */
static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };
/* tagging */
static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };
@@
-25,14
+25,14
@@
static const Rule rules[] = {
* WM_NAME(STRING) = title
*/
/* class instance title tags mask isfloating monitor */
* WM_NAME(STRING) = title
*/
/* class instance title tags mask isfloating monitor */
- { "Gimp", NULL, NULL, 0,
T
rue, -1 },
- { "Firefox", NULL, NULL, 1 << 8,
F
alse, -1 },
+ { "Gimp", NULL, NULL, 0,
t
rue, -1 },
+ { "Firefox", NULL, NULL, 1 << 8,
f
alse, -1 },
};
/* layout(s) */
static const float mfact = 0.55; /* factor of master area size [0.05..0.95] */
static const int nmaster = 1; /* number of clients in master area */
};
/* layout(s) */
static const float mfact = 0.55; /* factor of master area size [0.05..0.95] */
static const int nmaster = 1; /* number of clients in master area */
-static const
Bool resizehints = True; /* T
rue means respect size hints in tiled resizals */
+static const
bool resizehints = true; /* t
rue means respect size hints in tiled resizals */
static const Layout layouts[] = {
/* symbol arrange function */
static const Layout layouts[] = {
/* symbol arrange function */