summaryrefslogtreecommitdiffstats
path: root/.local/bin/dmlog
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin/dmlog')
-rwxr-xr-x.local/bin/dmlog2
1 files changed, 1 insertions, 1 deletions
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);
}