summaryrefslogtreecommitdiff
path: root/dmenu.c
diff options
context:
space:
mode:
authortsxv478 <atvx717@infraredcombat.xyz>2022-09-21 03:52:06 +0300
committertsxv478 <atvx717@infraredcombat.xyz>2022-09-21 03:52:06 +0300
commit73ca746bcd9c7db6c5bb8a20597f1ac144f59e04 (patch)
tree9a70feda54df494fb84b2873e236dd4249fc387e /dmenu.c
parentc9e01417cdbf859c97be8cd6e6b4c20897cb13ac (diff)
20% input width
Diffstat (limited to 'dmenu.c')
-rw-r--r--dmenu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dmenu.c b/dmenu.c
index 980d3cf..0a5fee2 100644
--- a/dmenu.c
+++ b/dmenu.c
@@ -695,7 +695,7 @@ setup(void)
mw = wa.width;
}
}
- inputw = mw / 4; /* input width: 25% of monitor width */
+ inputw = mw / 5; /* input width: 20% of monitor width */
match();
/* create menu window */