From: David Jacquin Date: Thu, 15 Jan 2026 10:32:39 +0000 (-0800) Subject: changed default -z option (width of bar) X-Git-Url: http://davidlandia.com/gitweb?a=commitdiff_plain;h=b2d8767a2b77a6e8be7f45c06ce551cac73e709e;p=dmenu.git changed default -z option (width of bar) --- diff --git a/dmenu.c b/dmenu.c index e520858..b3f69c9 100644 --- a/dmenu.c +++ b/dmenu.c @@ -727,7 +727,7 @@ main(int argc, char *argv[]) { XWindowAttributes wa; int i, fast = 0; - dmw = 974; + dmw = 718; dmx = 512; for (i = 1; i < argc; i++)