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 70601dd681b7202845e327322c69c7cf3f036289
parent e27e69c86c9bdce410e4efc204ed09117010d2e3
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Sun, 19 Apr 2020 09:47:41 +0200

Add -new-tab to all firefox calls

Diffstat:
M.local/bin/firefox.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.local/bin/firefox.sh b/.local/bin/firefox.sh @@ -1,4 +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 & +asuser -X firefox nohup firefox -new-tab "$@" >/dev/null 2>&1 &