summaryrefslogtreecommitdiff
path: root/.local/bin/scripts/dmenu-desktop
blob: dff800621020d88ca4174c5ce41a190dca439c4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
# find "/usr/share/applications" "$XDG_DATA_HOME/applications" -type f \
	# | dmenucmd -i

find "/usr/share/applications" "$XDG_DATA_HOME/applications" -type f,l \
	| xargs grep "^Name=" \
	| sed -e "s/\(.*\):Name=\(.*\)/\2\t\1/g" - \
	| sort \
	| dmenucmd \
	| cut -f2 \
	| xargs basename \
	| xargs gtk-launch