summaryrefslogtreecommitdiffstats
path: root/.local/bin/dmsearch
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2024-12-26 17:27:52 +0100
committerJoe <rbo@gmx.us>2024-12-26 17:27:52 +0100
commit5cf9ed79cf0d019f4ec1d50a04415710c8f6f3de (patch)
treeb012c7fe49af4db703d7dc5672991a5254d00261 /.local/bin/dmsearch
parentup (diff)
downloaddotfiles-bsd-5cf9ed79cf0d019f4ec1d50a04415710c8f6f3de.tar.gz
dotfiles-bsd-5cf9ed79cf0d019f4ec1d50a04415710c8f6f3de.tar.bz2
dotfiles-bsd-5cf9ed79cf0d019f4ec1d50a04415710c8f6f3de.tar.xz
dotfiles-bsd-5cf9ed79cf0d019f4ec1d50a04415710c8f6f3de.tar.zst
dotfiles-bsd-5cf9ed79cf0d019f4ec1d50a04415710c8f6f3de.zip
up
Diffstat (limited to '.local/bin/dmsearch')
-rwxr-xr-x.local/bin/dmsearch2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/dmsearch b/.local/bin/dmsearch
index 4aa8738..97a8563 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 -m 0 -p 'search:'`;
if (not $choice) {
return;
}