diff options
author | Joe <rbo@gmx.us> | 2024-12-27 09:55:45 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-12-27 09:55:45 +0100 |
commit | 48e216d8f05423454cfd2ebbb56a72679c74019f (patch) | |
tree | d9c51db27d383109dd826b9abecb3e6d477a3cec /.local/bin/dmscrot | |
parent | up (diff) | |
download | dotfiles-bsd-48e216d8f05423454cfd2ebbb56a72679c74019f.tar.gz dotfiles-bsd-48e216d8f05423454cfd2ebbb56a72679c74019f.tar.bz2 dotfiles-bsd-48e216d8f05423454cfd2ebbb56a72679c74019f.tar.xz dotfiles-bsd-48e216d8f05423454cfd2ebbb56a72679c74019f.tar.zst dotfiles-bsd-48e216d8f05423454cfd2ebbb56a72679c74019f.zip |
up
Diffstat (limited to '')
-rwxr-xr-x | .local/bin/dmscrot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/dmscrot b/.local/bin/dmscrot index 7456fa9..82b3c27 100755 --- a/.local/bin/dmscrot +++ b/.local/bin/dmscrot @@ -133,7 +133,7 @@ sub main for (@{+LIST}) { $list .= $_ . "\n"; } - $choice = `printf "%s" "$list" | dmenu -i -l 10 -m 0`; + $choice = `printf "%s" "$list" | dmenu -i -l 10`; action($choice); return (0); } |