]> _ Git - dmenu.git/commitdiff
changed default -z option (width of bar)
authorDavid Jacquin <[email protected]>
Thu, 15 Jan 2026 10:32:39 +0000 (02:32 -0800)
committerDavid Jacquin <[email protected]>
Thu, 15 Jan 2026 10:32:39 +0000 (02:32 -0800)
dmenu.c

diff --git a/dmenu.c b/dmenu.c
index e5208589ec9b5b4b9a95c95d72b8141f7c1473ca..b3f69c974a234fcecb9fe65a58d8879161967df5 100644 (file)
--- 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++)