diff options
author | Raymaekers Luca <luca@spacehb.net> | 2025-02-01 14:48:40 +0100 |
---|---|---|
committer | Raymaekers Luca <luca@spacehb.net> | 2025-02-01 14:48:40 +0100 |
commit | 9143bd23b1000e950274740c8bd3f973aeba5b9e (patch) | |
tree | 5440993233c0182f0e294c269b416ab9ee25dcc0 /bin/menuscripts/mdsktp | |
parent | a3ea2d173b486ef2460e28108462c997fba90cc2 (diff) |
checkpoint
Diffstat (limited to 'bin/menuscripts/mdsktp')
-rwxr-xr-x | bin/menuscripts/mdsktp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/bin/menuscripts/mdsktp b/bin/menuscripts/mdsktp deleted file mode 100755 index f07fb7b..0000000 --- a/bin/menuscripts/mdsktp +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh -# Searches through .desktop files and prompt to launch them via dmenu - -choice="$(find ~/.local/share/applications -maxdepth 1 -type f -not -iname "wine-extension*" | - awk '/\/[^.\/]+\.desktop/ {print $(NF-1)}' | - commander -s -d -x -c)" -[ "$choice" ] || exit 1 -gtk-launch "$choice" |