summaryrefslogtreecommitdiffstats
path: root/.local/bin/dmsearch
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2024-12-27 09:55:45 +0100
committerJoe <rbo@gmx.us>2024-12-27 09:55:45 +0100
commit48e216d8f05423454cfd2ebbb56a72679c74019f (patch)
treed9c51db27d383109dd826b9abecb3e6d477a3cec /.local/bin/dmsearch
parentup (diff)
downloaddotfiles-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/dmsearch2
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;
}