summaryrefslogtreecommitdiffstats
path: root/.local
diff options
context:
space:
mode:
Diffstat (limited to '.local')
-rwxr-xr-x.local/bin/dmlog2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/dmlog b/.local/bin/dmlog
index a694609..73627c2 100755
--- a/.local/bin/dmlog
+++ b/.local/bin/dmlog
@@ -36,7 +36,7 @@ sub confirm
for (@{+CONFIRM}) {
$list .= $_ . "\n";
}
- $choice = `printf "%s" "$list" | dmenu -i -p "$var?" -l 2 -m 0`;
+ $choice = `printf "%s" "$list" | dmenu -i -p "$var?" -m 0`;
chomp $choice;
if ($choice eq ${+CONFIRM}[1]) {
return (1);