diff --git a/de/home/.local/bin/aik_launcher b/de/home/.local/bin/aik_launcher new file mode 100755 index 0000000..d274868 --- /dev/null +++ b/de/home/.local/bin/aik_launcher @@ -0,0 +1,4 @@ +#!/bin/bash + +desktop_file=$(find ${HOME}/.local/share/applications/ -iname 'appimagekit_*'"${1}"'*.desktop' | head -n1) +gtk-launch "$(basename ${desktop_file/.desktop/})" diff --git a/de/include b/de/include index 04a9923..60a9460 100644 --- a/de/include +++ b/de/include @@ -39,3 +39,4 @@ .local/bin/gocryptfs-wofi .local/bin/diskspace-check .face +.local/bin/aik_launcher