dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit a06c1b685dd186c38ad45fd867396296dda7589f
parent 8a241dd178b9b9bbb33846204824d5b59f47b0ba
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Sat, 18 Apr 2020 11:08:41 +0200

Use isolated firefox as browser

Diffstat:
A.local/bin/firefox.sh | 4++++
M.profile | 2+-
2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/.local/bin/firefox.sh b/.local/bin/firefox.sh @@ -0,0 +1,4 @@ +#!/bin/sh +# -X: limited performance and X11 access +# -Y: full performance and X11 access +asuser -X firefox nohup firefox "$@" >/dev/null 2>&1 & diff --git a/.profile b/.profile @@ -7,7 +7,7 @@ export EDITOR=vi export PAGER="less -i" export FCEDIT="$EDITOR" export TERMINAL=st -export BROWSER=surf-open.sh +export BROWSER=firefox.sh export BIB="$HOME/articles/own/BIBnew.bib" GPG_TTY=$(tty)