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 c187cce488ab49e478083f8da4ff7a553ce7f893
parent 0e0be97ec7c01ee4a649cb5a9640c96fc54c9603
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Wed, 30 Sep 2020 11:10:56 +0200

surf-open.sh: disable scaling factor

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

diff --git a/.local/bin/surf-open.sh b/.local/bin/surf-open.sh @@ -18,7 +18,7 @@ runtabbed() { sleep 2 } opensurf() { - nohup $prefix surf -z 2.5 -e "$xid" -u 'Mozilla/5.0 (X11; OpenBSD amd64; rv:76.0) Gecko/20100101 Firefox/76.0' "$uri" >/dev/null 2>&1 & + nohup $prefix surf -e "$xid" -u 'Mozilla/5.0 (X11; OpenBSD amd64; rv:76.0) Gecko/20100101 Firefox/76.0' "$uri" >/dev/null 2>&1 & } [ ! -r "$xidfile" ] && runtabbed