From 65d20cfd473676adb37675a6867f276adcc11dff Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Sun, 8 Aug 2021 16:29:30 +0200 Subject: Added Xresource and xrdb for sxiv colors, Added qutebrowser German translation search engine, Added gallery-dl configuration --- config/gallery-dl/config.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 config/gallery-dl/config.json (limited to 'config/gallery-dl/config.json') diff --git a/config/gallery-dl/config.json b/config/gallery-dl/config.json new file mode 100644 index 0000000..3ce8f18 --- /dev/null +++ b/config/gallery-dl/config.json @@ -0,0 +1,6 @@ +{ + "extractor": + { + "base-directory": "/home/charles/data/manga/" + } +} -- cgit