diff options
author | Joe <rbo@gmx.us> | 2024-12-26 14:15:31 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-12-26 14:15:31 +0100 |
commit | 6f5298b2a6394a0fecf4433bd6c6e5d251db2779 (patch) | |
tree | 8cb88b91bc6801474233ed1c39cf709b4d734f15 /.local/bin/dmlog | |
parent | up (diff) | |
download | dotfiles-bsd-6f5298b2a6394a0fecf4433bd6c6e5d251db2779.tar.gz dotfiles-bsd-6f5298b2a6394a0fecf4433bd6c6e5d251db2779.tar.bz2 dotfiles-bsd-6f5298b2a6394a0fecf4433bd6c6e5d251db2779.tar.xz dotfiles-bsd-6f5298b2a6394a0fecf4433bd6c6e5d251db2779.tar.zst dotfiles-bsd-6f5298b2a6394a0fecf4433bd6c6e5d251db2779.zip |
up
Diffstat (limited to '')
-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 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); } |