From 5373c3a012770ef63f78dbbba40b933a3e0143eb Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Fri, 8 Jan 2021 22:23:32 +0100 Subject: [PATCH] Use dmenu on bottom of screen --- .suckless/dmenu/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.suckless/dmenu/config.h b/.suckless/dmenu/config.h index 25e562e..a7f836e 100644 --- a/.suckless/dmenu/config.h +++ b/.suckless/dmenu/config.h @@ -1,7 +1,7 @@ /* See LICENSE file for copyright and license details. */ /* Default settings; can be overriden by command line. */ -static int topbar = 1; /* -b option; if 0, dmenu appears at bottom */ +static int topbar = 0; /* -b option; if 0, dmenu appears at bottom */ static int centered = 0; /* -c option; centers dmenu on screen */ static int min_width = 500; /* minimum width when centered */ /* -fn option overrides fonts[0]; default X11 font or font set */