summaryrefslogtreecommitdiffstats
path: root/.local/bin/dmapps
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin/dmapps')
-rwxr-xr-x.local/bin/dmapps2
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) {