surf

my build of surf
git clone git://git.ckyln.com/~cem/surf.git
Log | Files | Refs | README | LICENSE

commit 1fac65a2f80c71c231064f7a09d7c56b7d7727ec
parent eeefe0599ec6395f0cecda6e1bc417058e071499
Author: Cem Keylan <cem@ckyln.com>
Date:   Fri, 22 Nov 2019 23:28:46 +0300

create on /tmp instead of ~/tmp/

Diffstat:
Msurf-open.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/surf-open.sh b/surf-open.sh @@ -3,7 +3,7 @@ # See the LICENSE file for copyright and license details. # -xidfile="$HOME/tmp/tabbed-surf.xid" +xidfile="/tmp/$USER-tabbed-surf.xid" uri="" if [ "$#" -gt 0 ];