diff options
author | Timmy Keller <tjk@tjkeller.xyz> | 2021-10-22 17:17:49 -0500 |
---|---|---|
committer | Timmy Keller <tjk@tjkeller.xyz> | 2021-10-22 17:17:49 -0500 |
commit | fa004d3de13f8e8f46a3375fb4da12936a623209 (patch) | |
tree | 7eed6cb9e4c36cfb825604dcd5ee984274391c4a /launch | |
parent | 3a023e896f797912732a3bf59dd7c17a10231537 (diff) | |
download | scripts-fa004d3de13f8e8f46a3375fb4da12936a623209.tar.xz scripts-fa004d3de13f8e8f46a3375fb4da12936a623209.zip |
memory usage and launch script and pdflatex script
Diffstat (limited to 'launch')
-rwxr-xr-x | launch/launch | 5 |
1 files changed, 2 insertions, 3 deletions
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 ;; |