Use dmenu on bottom of screen

master
Hektor Misplon 2021-01-08 22:23:32 +01:00
parent 5c2e79787f
commit 5373c3a012
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
/* See LICENSE file for copyright and license details. */ /* See LICENSE file for copyright and license details. */
/* Default settings; can be overriden by command line. */ /* 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 centered = 0; /* -c option; centers dmenu on screen */
static int min_width = 500; /* minimum width when centered */ static int min_width = 500; /* minimum width when centered */
/* -fn option overrides fonts[0]; default X11 font or font set */ /* -fn option overrides fonts[0]; default X11 font or font set */