summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.local/bin/dmapps2
-rwxr-xr-x.local/bin/dmlog2
2 files changed, 2 insertions, 2 deletions
diff --git a/.local/bin/dmapps b/.local/bin/dmapps
index 69f7d61..75fcde1 100755
--- a/.local/bin/dmapps
+++ b/.local/bin/dmapps
@@ -244,7 +244,7 @@ sub main
if (hostname() eq "po-rbo.ln.ysosecure.com") {
$prompt .= WORK_LIST;
}
- $action = `dmenu -i -l 25 -m 0 <<LIST
+ $action = `dmenu -i -l 100 -m 0 <<LIST
$prompt
LIST`;
if (not $action) {
diff --git a/.local/bin/dmlog b/.local/bin/dmlog
index 6117f55..a694609 100755
--- a/.local/bin/dmlog
+++ b/.local/bin/dmlog
@@ -132,7 +132,7 @@ sub main
for (@{+LIST}) {
$list .= $_ . "\n";
}
- $choice = `printf "%s" "$list" | dmenu -i -l 5 -m 0`;
+ $choice = `printf "%s" "$list" | dmenu -i -m 0`;
action($choice);
return (0);
}