summaryrefslogtreecommitdiff
path: root/dmenu/config.def.h
diff options
context:
space:
mode:
authorniliara-edu <nil.jimeno@estudiant.fjaverianas.com>2024-06-12 23:16:27 +0200
committerniliara-edu <nil.jimeno@estudiant.fjaverianas.com>2024-06-12 23:16:27 +0200
commite5fdd2a9338e914a489f9598c9b4e841b38981c0 (patch)
tree22016ff5d12631b3b1c206ab57c38e8f98e314ff /dmenu/config.def.h
parentcd5198f084186dacb9f90bc2b52654f16f6feefb (diff)
cicada update
Diffstat (limited to 'dmenu/config.def.h')
-rwxr-xr-xdmenu/config.def.h9
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;