diff options
author | Raymaekers Luca <luca@spacehb.net> | 2025-02-27 15:55:01 +0100 |
---|---|---|
committer | Raymaekers Luca <luca@spacehb.net> | 2025-02-27 15:55:01 +0100 |
commit | 2b1e81af5435011175756a3d2a4957c6845add60 (patch) | |
tree | 161de97e2e2b6af511f26192b1ea18919697d39a /bin/menuscripts | |
parent | 6011657bb01895a33751e4a38b371ca3e7381242 (diff) | |
parent | 46b968bbe1e3b308b50a4f16ea365a64a5bf6e3a (diff) |
Merge branch 'main' of autumn:dotfiles
Diffstat (limited to 'bin/menuscripts')
-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" |