summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/config.h b/config.h
index 24234e9..c1d3ec2 100644
--- a/config.h
+++ b/config.h
@@ -39,11 +39,11 @@ static const Rule rules[] = {
};
/* layout(s) */
-static const float mfact = 0.55; /* factor of master area size [0.05..0.95] */
+static const float mfact = 0.50; /* factor of master area size [0.05..0.95] */
static const int nmaster = 1; /* number of clients in master area */
-static const int resizehints = 1; /* 1 means respect size hints in tiled resizals */
+static const int resizehints = 0; /* 1 means respect size hints in tiled resizals */
static const int lockfullscreen = 1; /* 1 will force focus on the fullscreen window */
-static const int refreshrate = 120; /* refresh rate (per second) for client move/resize */
+static const int refreshrate = 75; /* refresh rate (per second) for client move/resize */
static const Layout layouts[] = {
/* symbol arrange function */
@@ -75,7 +75,7 @@ static const char *termcmd[] = {
"-T",
"Terminal",
"-fa",
- "Inconsolata:regular:size=16",
+ "Inconsolata Medium:regular:size=14",
"-geometry",
"80x25",
"+sb",