Xinqi Bao's Git

keyboard grab works on the dmenu window now (not on the root window) - thx for Kris...
[dmenu.git] / dmenu_path
index 4ecf4fa..f64c82e 100755 (executable)
@@ -6,4 +6,4 @@ do
        do
                test -x "$file" && echo "${file##*/}"
        done
-done | sort -u
+done | sort | uniq