From 2471e3e8c85c30fe1e5c29c5d7bd7b2ffb341b78 Mon Sep 17 00:00:00 2001 From: _N0x Date: Mon, 1 Feb 2021 02:27:21 +0100 Subject: [PATCH] playing with configs --- dmenu-5.0/config.def.h | 2 +- dmenu-5.0/config.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dmenu-5.0/config.def.h b/dmenu-5.0/config.def.h index 0ebd3bc..b36ed3a 100644 --- a/dmenu-5.0/config.def.h +++ b/dmenu-5.0/config.def.h @@ -3,7 +3,7 @@ static int topbar = 1; /* -b option; if 0, dmenu appears at bottom */ static int centered = 1; /* -c option; centers dmenu on screen */ -static int min_width = 500; /* minimum width when centered */ +static int min_width = 550; /* minimum width when centered */ /* -fn option overrides fonts[0]; default X11 font or font set */ static const char *fonts[] = { "MesloLGS NF:size=11" diff --git a/dmenu-5.0/config.h b/dmenu-5.0/config.h index 0ebd3bc..b36ed3a 100644 --- a/dmenu-5.0/config.h +++ b/dmenu-5.0/config.h @@ -3,7 +3,7 @@ static int topbar = 1; /* -b option; if 0, dmenu appears at bottom */ static int centered = 1; /* -c option; centers dmenu on screen */ -static int min_width = 500; /* minimum width when centered */ +static int min_width = 550; /* minimum width when centered */ /* -fn option overrides fonts[0]; default X11 font or font set */ static const char *fonts[] = { "MesloLGS NF:size=11"