From e5fdd2a9338e914a489f9598c9b4e841b38981c0 Mon Sep 17 00:00:00 2001 From: niliara-edu Date: Wed, 12 Jun 2024 23:16:27 +0200 Subject: cicada update --- dmenu/config.def.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'dmenu/config.def.h') 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; -- cgit v1.2.3