Fix youtube-viewer conf path
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
This commit is contained in:
parent
569186accb
commit
bb8b246afa
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
our $CONFIG = {
|
our $CONFIG = {
|
||||||
auto_captions => 0,
|
auto_captions => 0,
|
||||||
autohide_watched => 0,
|
autohide_watched => 0,
|
||||||
cache_dir => "/home/reekymarko/.cache/youtube-viewer",
|
cache_dir => "~/.cache/youtube-viewer",
|
||||||
captions_dir => "/tmp",
|
captions_dir => "/tmp",
|
||||||
clobber => 0,
|
clobber => 0,
|
||||||
colors => 1,
|
colors => 1,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue