From fa004d3de13f8e8f46a3375fb4da12936a623209 Mon Sep 17 00:00:00 2001 From: Timmy Keller Date: Fri, 22 Oct 2021 17:17:49 -0500 Subject: memory usage and launch script and pdflatex script --- launch/launch | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'launch') diff --git a/launch/launch b/launch/launch index c943822..e529438 100755 --- a/launch/launch +++ b/launch/launch @@ -39,12 +39,11 @@ case "`hostname`" in ;; librex60) case "$1" in - brave) iceweasel ;; - chromium|chrome) iceweasel ;; + firefox|brave) iceweasel -P default-release ;; + chromium|chrome) iceweasel -P School ;; halt|off|poweroff|shutdown) doas poweroff ;; #sleep|suspend|zzz) doas zzz ;; reboot|res|restart) doas reboot ;; - #snes|snes9x) snes9x-gtk $args ;; *) launchother $@ ;; esac ;; -- cgit v1.2.3