aboutsummaryrefslogtreecommitdiff
path: root/sys/cmd/dwm/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/cmd/dwm/config.h')
-rw-r--r--sys/cmd/dwm/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/cmd/dwm/config.h b/sys/cmd/dwm/config.h
index a24bcc7..1f82b1f 100644
--- a/sys/cmd/dwm/config.h
+++ b/sys/cmd/dwm/config.h
@@ -2,13 +2,13 @@
#define VERSION "1"
/* appearance */
-static uint borderpx = 1; /* border pixel of windows */
+static uint borderpx = 2; /* border pixel of windows */
static uint gapx = 4; /* gaps between windows */
static uint snap = 32; /* snap pixel */
static int swallowfloating = 0; /* 1 will swallow floating by default */
static int showbar = 1; /* 0 means no bar */
static int topbar = 1; /* 0 means bottom bar */
-static char *fonts[] = { "consolas:size=12" };
+static char *fonts[] = { "consolas:size=16" };
static char col_gray1[] = "#504945";
static char col_gray2[] = "#282828";
static char col_gray3[] = "#fbf1c7";