diff options
author | Joe <rbo@gmx.us> | 2024-12-26 17:27:52 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-12-26 17:27:52 +0100 |
commit | 5cf9ed79cf0d019f4ec1d50a04415710c8f6f3de (patch) | |
tree | b012c7fe49af4db703d7dc5672991a5254d00261 /.local/bin/dmsearch | |
parent | up (diff) | |
download | dotfiles-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/dmsearch | 2 |
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; } |