diff options
author | tsxv478 <atvx717@infraredcombat.xyz> | 2022-09-21 03:52:06 +0300 |
---|---|---|
committer | tsxv478 <atvx717@infraredcombat.xyz> | 2022-09-21 03:52:06 +0300 |
commit | 73ca746bcd9c7db6c5bb8a20597f1ac144f59e04 (patch) | |
tree | 9a70feda54df494fb84b2873e236dd4249fc387e /dmenu.c | |
parent | c9e01417cdbf859c97be8cd6e6b4c20897cb13ac (diff) |
20% input width
Diffstat (limited to 'dmenu.c')
-rw-r--r-- | dmenu.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |