sxmo_youtube: move history file to XDG_CACHE_HOME

master
Anjandev Momi 4 years ago
parent a0c6e4c2e2
commit b56cd2b6cb
  1. 4
      scripts/appscripts/sxmo_youtube.sh

@ -1,5 +1,5 @@
#!/usr/bin/env sh
HISTORY_FILE="$XDG_CONFIG_HOME"/sxmo/youtubehistory.tsv
HISTORY_FILE="$XDG_CACHE_HOME"/sxmo/youtubehistory.tsv
NRESULTS=5
AUDIOONLY=0
@ -86,4 +86,4 @@ audio() {
searchmenu
}
$1
$1

Loading…
Cancel
Save