summaryrefslogtreecommitdiff
path: root/scripts/.local/bin/run
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/.local/bin/run')
-rwxr-xr-xscripts/.local/bin/run2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/.local/bin/run b/scripts/.local/bin/run
index 4542783..848fcfd 100755
--- a/scripts/.local/bin/run
+++ b/scripts/.local/bin/run
@@ -29,7 +29,7 @@ case $RUN in
;;
gallery)
- SEL=$(printf "Gallery\nWallpapers" | dmenu -i)
+ SEL=$(printf "Gallery\nWallpapers" | dmenu -i -c -l 15)
if [ "$SEL" = "Gallery" ]; then
find Gallery -type f | grep -vi Plz | shuf | sxiv -t -
fi