dwm

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 4c600d8c5a096d160e92147e236746870c1cd309
parent df148912368c3d0d6a0846e1bb4f1ee0dfa06035
Author: Harridrone <harrison_k_a@hotmail.com>
Date:   Mon,  2 Aug 2021 20:45:13 -0400

New font and fixed gaps

Diffstat:
Mconfig.h | 10+++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/config.h b/config.h @@ -5,8 +5,8 @@ static const unsigned int borderpx = 1; /* border pixel of windows */ static const unsigned int snap = 32; /* snap pixel */ static const int showbar = 1; /* 0 means no bar */ static const int topbar = 1; /* 0 means bottom bar */ -static const char *fonts[] = { "Nouveau IBM:size=12" }; -static const char dmenufont[] = "Nouveau IBM:size=12"; +static const char *fonts[] = { "PxPlus IBM VGA 8x16:size=12" }; +static const char dmenufont[] = "PxPlus IBM VGA 8x16:size=12"; static const char col_gray1[] = "#222222"; static const char col_gray2[] = "#444444"; static const char col_gray3[] = "#bbbbbb"; @@ -35,9 +35,9 @@ 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 Layout layouts[] = { /* symbol arrange function */ @@ -60,7 +60,7 @@ static const Layout layouts[] = { /* commands */ static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */ static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, "-nb", col_black, "-nf", col_green, "-sb", col_green, "-sf", col_black, NULL }; -static const char *termcmd[] = { "sakura", NULL }; +static const char *termcmd[] = { "st", NULL }; static Key keys[] = { /* modifier key function argument */