sxmo_youtube: move history file to XDG_CACHE_HOME
This commit is contained in:
parent
a0c6e4c2e2
commit
b56cd2b6cb
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue