summaryrefslogtreecommitdiff
path: root/launch
diff options
context:
space:
mode:
authorTimmy Keller <tjk@tjkeller.xyz>2021-10-20 15:12:49 -0500
committerTimmy Keller <tjk@tjkeller.xyz>2021-10-20 15:12:49 -0500
commit9b67bd7971bf6c1d44969011cd4e059fecf5e59b (patch)
tree7e467ad1a87f25c4cae0ef5d3c43ab750931dcfa /launch
parentd69d9b248be9abeff886815cf5edd46de8b8f50e (diff)
downloadscripts-9b67bd7971bf6c1d44969011cd4e059fecf5e59b.tar.xz
scripts-9b67bd7971bf6c1d44969011cd4e059fecf5e59b.zip
add librex60 to launch script (again)
Diffstat (limited to 'launch')
-rwxr-xr-xlaunch/launch11
1 files changed, 11 insertions, 0 deletions
diff --git a/launch/launch b/launch/launch
index 0e2745e..9a63cbf 100755
--- a/launch/launch
+++ b/launch/launch
@@ -50,5 +50,16 @@ case "`hostname`" in
*) launchother $@ ;;
esac
;;
+ librex60)
+ case "$1" in
+ brave) iceweasel ;;
+ chromium|chrome) iceweasel ;;
+ halt|off|poweroff|shutdown) doas poweroff ;;
+ #sleep|suspend|zzz) doas zzz ;;
+ reboot|res|restart) doas reboot ;;
+ #snes|snes9x) snes9x-gtk $args ;;
+ *) launchother $@ ;;
+ esac
+ ;;
*) echo "Launch: The hostname \"`hostname`\" is not recognized. Please add an entry for it!" ;;
esac