summaryrefslogtreecommitdiff
path: root/bin/wmenu-run
diff options
context:
space:
mode:
authorSam Nystrom <sam@samnystrom.dev>2025-11-27 17:35:42 -0500
committerSam Nystrom <sam@samnystrom.dev>2025-11-27 17:35:42 -0500
commit77b295b8b0f9b73ecbda809e7843812c5f4c3737 (patch)
treebd4dffb07ab4a55e40bd6d6a06e3d0e27dede598 /bin/wmenu-run
parentb83a4973d6979c6c05d2a0af2c806d786f346545 (diff)
update
Diffstat (limited to 'bin/wmenu-run')
-rwxr-xr-xbin/wmenu-run2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/wmenu-run b/bin/wmenu-run
index 84e85f2..6d80a33 100755
--- a/bin/wmenu-run
+++ b/bin/wmenu-run
@@ -1,2 +1,2 @@
#!/bin/sh
-exec $(IFS=:; find -L ${PATH} -type f -perm -555 -exec basename -a '{}' + | wmenu -p run:)
+exec $(IFS=:; find -L ${PATH} -type f -perm -555 -exec basename -a '{}' + | sort -u | wmenu -p run:)