summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortsxv478 <atvx717@infraredcombat.xyz>2022-09-27 12:31:29 +0300
committertsxv478 <atvx717@infraredcombat.xyz>2022-09-27 12:31:29 +0300
commit3cbf3613a7aa90b6ae393498f202bd3c919938bb (patch)
tree6144adfa9bb4df7e31e6261157850e619e0b0265
parent174cc25e2a7eb14244173765faf5d992d3f4806f (diff)
xid file location
-rwxr-xr-xsurf-open.sh2
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 ];