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/dmapps | |
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 '.local/bin/dmapps')
-rwxr-xr-x | .local/bin/dmapps | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/dmapps b/.local/bin/dmapps index 75fcde1..881be19 100755 --- a/.local/bin/dmapps +++ b/.local/bin/dmapps @@ -244,7 +244,7 @@ sub main if (hostname() eq "po-rbo.ln.ysosecure.com") { $prompt .= WORK_LIST; } - $action = `dmenu -i -l 100 -m 0 <<LIST + $action = `dmenu -i -l 100 <<LIST $prompt LIST`; if (not $action) { |