From 48e216d8f05423454cfd2ebbb56a72679c74019f Mon Sep 17 00:00:00 2001 From: Joe Date: Fri, 27 Dec 2024 09:55:45 +0100 Subject: up --- .local/bin/dmscrot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.local/bin/dmscrot') 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); } -- cgit v1.2.3