diff options
author | Joe <rbo@gmx.us> | 2024-12-26 14:18:43 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-12-26 14:18:43 +0100 |
commit | 03fa039da00bb6939abc0e446c69af9c304ef54c (patch) | |
tree | 1226533e9e4ac39751b404be3d1ea0fc74036a21 /.local | |
parent | up (diff) | |
download | dotfiles-bsd-03fa039da00bb6939abc0e446c69af9c304ef54c.tar.gz dotfiles-bsd-03fa039da00bb6939abc0e446c69af9c304ef54c.tar.bz2 dotfiles-bsd-03fa039da00bb6939abc0e446c69af9c304ef54c.tar.xz dotfiles-bsd-03fa039da00bb6939abc0e446c69af9c304ef54c.tar.zst dotfiles-bsd-03fa039da00bb6939abc0e446c69af9c304ef54c.zip |
up
Diffstat (limited to '.local')
-rwxr-xr-x | .local/bin/dmlog | 2 |
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); |