fix for firefox as default browser in template
This commit is contained in:
parent
086c103eb2
commit
c324aed044
1 changed files with 2 additions and 2 deletions
|
@ -42,8 +42,8 @@ mpv --quiet --no-video /usr/share/sxmo/startup.wav &
|
||||||
# Note that this is just a subset of all available
|
# Note that this is just a subset of all available
|
||||||
# parameters, see the sxmo documentation for more.
|
# parameters, see the sxmo documentation for more.
|
||||||
|
|
||||||
# Use firefox as default browser
|
# Use firefox as default browser if installed
|
||||||
[ -z "$BROWSER" ] && export BROWSER=firefox
|
command -v firefox && export BROWSER=firefox
|
||||||
|
|
||||||
# Prepopulate Subreddits menu with custom subreddits
|
# Prepopulate Subreddits menu with custom subreddits
|
||||||
#export SXMO_SUBREDDITS="postmarketos pinephoneOfficial pinephone unixporn"
|
#export SXMO_SUBREDDITS="postmarketos pinephoneOfficial pinephone unixporn"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue