From 694262028ab92a3c94d667c1b57555328c3bdba1 Mon Sep 17 00:00:00 2001 From: Lumeinshin Date: Sun, 23 Apr 2023 13:43:44 -0700 Subject: [PATCH] Upload files to 'Misc' Script to bring up an apple-esque app launcher (appimage) --- Misc/Appimages.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Misc/Appimages.sh diff --git a/Misc/Appimages.sh b/Misc/Appimages.sh new file mode 100644 index 0000000..d1b15f6 --- /dev/null +++ b/Misc/Appimages.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +ls /home/name/Applications/ | exec /home/name/Applications/$(rofi -dmenu -i ) \ No newline at end of file