diff options
-rwxr-xr-x | surf-open.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/surf-open.sh b/surf-open.sh index c22edc2..b4a1429 100755 --- 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="$HOME/.cache/tabbed-surf.xid" uri="" if [ "$#" -gt 0 ]; |