diff options
Diffstat (limited to 'dmenu/config.def.h')
-rwxr-xr-x | dmenu/config.def.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/dmenu/config.def.h b/dmenu/config.def.h index ada9542..310b349 100755 --- a/dmenu/config.def.h +++ b/dmenu/config.def.h @@ -1,6 +1,10 @@ /* See LICENSE file for copyright and license details. */ /* Default settings; can be overriden by command line. */ -#include "themes/sunshine.h" +#include "themes/veloren.h" + +static const unsigned int border_width = 2; + + static int topbar = 1; /* -b option; if 0, dmenu appears at bottom */ @@ -19,6 +23,3 @@ static unsigned int lines = 10; * for example: " /?\"&[]" */ static const char worddelimiters[] = " "; - -/* Size of the window border */ -static const unsigned int border_width = 5; |