dotfiles

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

firefox.sh (157B)


      1 #!/bin/sh
      2 # -X: limited performance and X11 access
      3 # -Y: full performance and X11 access
      4 asuser -X firefox nohup firefox -new-tab "\"$@\"" >/dev/null 2>&1 &