summaryrefslogtreecommitdiffstats
path: root/.local/bin/dmscrot
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin/dmscrot')
-rwxr-xr-x.local/bin/dmscrot2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/dmscrot b/.local/bin/dmscrot
index 7456fa9..82b3c27 100755
--- a/.local/bin/dmscrot
+++ b/.local/bin/dmscrot
@@ -133,7 +133,7 @@ sub main
for (@{+LIST}) {
$list .= $_ . "\n";
}
- $choice = `printf "%s" "$list" | dmenu -i -l 10 -m 0`;
+ $choice = `printf "%s" "$list" | dmenu -i -l 10`;
action($choice);
return (0);
}