summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.local/bin/dmapps9
1 files changed, 6 insertions, 3 deletions
diff --git a/.local/bin/dmapps b/.local/bin/dmapps
index 2b07fab..f94ea11 100755
--- a/.local/bin/dmapps
+++ b/.local/bin/dmapps
@@ -22,6 +22,7 @@ use constant PROG_LIST => "" .
"MKVToolNix" . "\n" .
"Stellarium" . "\n" .
"Google Earth" . "\n" .
+"DBeaver" . "\n" .
"--- Editors ---" . "\n" .
"NeoVim" . "\n" .
"Emacs" . "\n" .
@@ -46,20 +47,19 @@ use constant PROG_LIST => "" .
"--- Multimedia ---" . "\n" .
"Ario" . "\n" .
"Kdenlive" . "\n" .
+"OBS Studio" . "\n" .
"--- Games ---" . "\n" .
"Steam" . "\n" .
"Lutris" . "\n" .
"GZDoom" . "\n" .
"DOSBox" . "\n" .
-"RPCS3" . "\n" .
-"" ;
+"RPCS3";
use constant WORK_LIST => "" .
"--- Work ---" . "\n" .
"Remmina" . "\n" .
"Rclone Browser" . "\n" .
"Insomnia" . "\n" .
"VMware" . "\n" .
-"DBeaver" . "\n" .
"MongoDB Compass" . "\n" .
"Miro" . "\n" .
"FortiClient VPN" . "\n" .
@@ -171,6 +171,9 @@ sub run
case "Kdenlive" {
exec("kdenlive");
}
+ case "OBS Studio" {
+ exec("obs");
+ }
case "Steam" {
exec("steam");
}