fix for firefox as default browser in template

master
Maarten van Gompel 3 years ago
parent 086c103eb2
commit c324aed044
  1. 4
      configs/appcfg/xinit_template

@ -42,8 +42,8 @@ mpv --quiet --no-video /usr/share/sxmo/startup.wav &
# Note that this is just a subset of all available
# parameters, see the sxmo documentation for more.
# Use firefox as default browser
[ -z "$BROWSER" ] && export BROWSER=firefox
# Use firefox as default browser if installed
command -v firefox && export BROWSER=firefox
# Prepopulate Subreddits menu with custom subreddits
#export SXMO_SUBREDDITS="postmarketos pinephoneOfficial pinephone unixporn"

Loading…
Cancel
Save