summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2024-12-26 14:18:43 +0100
committerJoe <rbo@gmx.us>2024-12-26 14:18:43 +0100
commit03fa039da00bb6939abc0e446c69af9c304ef54c (patch)
tree1226533e9e4ac39751b404be3d1ea0fc74036a21
parentup (diff)
downloaddotfiles-bsd-03fa039da00bb6939abc0e446c69af9c304ef54c.tar.gz
dotfiles-bsd-03fa039da00bb6939abc0e446c69af9c304ef54c.tar.bz2
dotfiles-bsd-03fa039da00bb6939abc0e446c69af9c304ef54c.tar.xz
dotfiles-bsd-03fa039da00bb6939abc0e446c69af9c304ef54c.tar.zst
dotfiles-bsd-03fa039da00bb6939abc0e446c69af9c304ef54c.zip
up
-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);