From 9b67bd7971bf6c1d44969011cd4e059fecf5e59b Mon Sep 17 00:00:00 2001 From: Timmy Keller Date: Wed, 20 Oct 2021 15:12:49 -0500 Subject: add librex60 to launch script (again) --- launch/launch | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 -- cgit v1.2.3