From 0a1041044141ddbda0c67602e70fe8894e7430fd Mon Sep 17 00:00:00 2001 From: Nicholas Date: Sun, 7 Nov 2021 11:43:28 -0800 Subject: config changes for laptop --- sys/cmd/dwm/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/cmd/dwm/config.h') 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"; -- cgit v1.2.1