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/dmsearch | |
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/dmsearch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/dmsearch b/.local/bin/dmsearch index 97a8563..22ad2d7 100755 --- a/.local/bin/dmsearch +++ b/.local/bin/dmsearch @@ -20,7 +20,7 @@ sub main if (HOSTNAME eq "mars") { $prefix += '/local'; } - $choice = `printf "" | dmenu -i -m 0 -p 'search:'`; + $choice = `printf "" | dmenu -i -p 'search:'`; if (not $choice) { return; } |