sway launcher

This commit is contained in:
Arti Zirk 2018-11-12 16:48:09 +02:00
parent b421f4d856
commit c3bcf54b54
1 changed files with 12 additions and 0 deletions

12
.bin/desktop_launcher.sh Executable file
View File

@ -0,0 +1,12 @@
#!/bin/bash
oIFS=$IFS
IFS=:
data_dirs=($XDG_DATA_DIRS)
IFS=$oIFS
data_dirs+=("~/.local/share")
(
for folder in ${data_dirs[*]}; do
find ${folder%/}/applications -name \*.desktop;
done
) | xargs basename -s .desktop -a | fzf | xargs -r swaymsg -t command exec gtk-launch