summaryrefslogtreecommitdiffstats
path: root/.local
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2024-12-01 01:54:21 +0100
committerJoe <rbo@gmx.us>2024-12-01 01:54:21 +0100
commit565f78e10281fca80231c66ace01e98f1b79f5c4 (patch)
tree51313a04089adb4a44be45327ffef596cce3236e /.local
parentup (diff)
downloaddotfiles-bsd-565f78e10281fca80231c66ace01e98f1b79f5c4.tar.gz
dotfiles-bsd-565f78e10281fca80231c66ace01e98f1b79f5c4.tar.bz2
dotfiles-bsd-565f78e10281fca80231c66ace01e98f1b79f5c4.tar.xz
dotfiles-bsd-565f78e10281fca80231c66ace01e98f1b79f5c4.tar.zst
dotfiles-bsd-565f78e10281fca80231c66ace01e98f1b79f5c4.zip
up
Diffstat (limited to '.local')
-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");
}