diff options
author | tsxv478 <vt0451@yandex.ru> | 2022-09-27 12:31:29 +0300 |
---|---|---|
committer | tsxv478 <vt0451@yandex.ru> | 2022-09-27 12:31:29 +0300 |
commit | 7284cb604aa636713b3c184d8d4fc1a43817ecd3 (patch) | |
tree | 6144adfa9bb4df7e31e6261157850e619e0b0265 | |
parent | 96dc5f594914305122879bea6853b13140fe55f9 (diff) |
xid file location
-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 ]; |