diff options
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 ;; |