diff --git a/config.def.h b/config.def.h index 4822930..21ff2ef 100644 --- a/config.def.h +++ b/config.def.h @@ -4,7 +4,7 @@ static int topbar = 1; /* -b option; if 0, dmenu appears at bottom */ /* -fn option overrides fonts[0]; default X11 font or font set */ static const char *fonts[] = { - "monospace:size=10" + "monospace:size=12" }; static const char *prompt = NULL; /* -p option; prompt to the left of input field */ static const char *colors[SchemeLast][2] = { @@ -21,6 +21,6 @@ static unsigned int lines = 0; * for example: " /?\"&[]" */ static const char worddelimiters[] = " "; -static unsigned int borderwidth = 3; +static unsigned int borderwidth = 5; static unsigned int bordervisible = 0; -static const unsigned int gappx = 10; +static const unsigned int gappx = 15; diff --git a/config.h b/config.h index 4822930..21ff2ef 100644 --- a/config.h +++ b/config.h @@ -4,7 +4,7 @@ static int topbar = 1; /* -b option; if 0, dmenu appears at bottom */ /* -fn option overrides fonts[0]; default X11 font or font set */ static const char *fonts[] = { - "monospace:size=10" + "monospace:size=12" }; static const char *prompt = NULL; /* -p option; prompt to the left of input field */ static const char *colors[SchemeLast][2] = { @@ -21,6 +21,6 @@ static unsigned int lines = 0; * for example: " /?\"&[]" */ static const char worddelimiters[] = " "; -static unsigned int borderwidth = 3; +static unsigned int borderwidth = 5; static unsigned int bordervisible = 0; -static const unsigned int gappx = 10; +static const unsigned int gappx = 15; diff --git a/dmenu b/dmenu index aca1f42..f3f4b3f 100755 Binary files a/dmenu and b/dmenu differ diff --git a/dmenu.o b/dmenu.o index d74cf84..27fa301 100644 Binary files a/dmenu.o and b/dmenu.o differ diff --git a/drw.o b/drw.o index 7735226..3bcf331 100644 Binary files a/drw.o and b/drw.o differ diff --git a/stest b/stest index 235eae9..337a64f 100755 Binary files a/stest and b/stest differ diff --git a/stest.o b/stest.o index 162ed82..e685c12 100644 Binary files a/stest.o and b/stest.o differ diff --git a/util.o b/util.o index a3b685d..78b238d 100644 Binary files a/util.o and b/util.o differ