aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2021-08-08 16:29:30 +0200
committerCharles Cabergs <me@cacharle.xyz>2021-08-08 16:29:30 +0200
commit65d20cfd473676adb37675a6867f276adcc11dff (patch)
tree7b43039b86e27ab8576387ebfe266226c953cd23 /config
parentfca3b1ef518354870ed36768b98ef0311770602f (diff)
downloaddotfiles-65d20cfd473676adb37675a6867f276adcc11dff.tar.gz
dotfiles-65d20cfd473676adb37675a6867f276adcc11dff.tar.bz2
dotfiles-65d20cfd473676adb37675a6867f276adcc11dff.zip
Added Xresource and xrdb for sxiv colors, Added qutebrowser German translation search engine, Added gallery-dl configuration
Diffstat (limited to 'config')
-rw-r--r--config/gallery-dl/config.json6
-rw-r--r--config/qutebrowser/config.py2
-rw-r--r--config/x11/Xresources3
-rwxr-xr-xconfig/x11/xinitrc1
4 files changed, 12 insertions, 0 deletions
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/"
+ }
+}
diff --git a/config/qutebrowser/config.py b/config/qutebrowser/config.py
index fc1e480..de73eb6 100644
--- a/config/qutebrowser/config.py
+++ b/config/qutebrowser/config.py
@@ -31,6 +31,8 @@ c.url.searchengines = {
"wiby": "https://wiby.me/?q={}",
"dlfren": "https://www.deepl.com/translator#fr/en/{}",
"dlenfr": "https://www.deepl.com/translator#en/fr/{}",
+ "dldeen": "https://www.deepl.com/translator#de/en/{}",
+ "dlende": "https://www.deepl.com/translator#en/de/{}",
}
c.fonts.default_family = ["Fira Mono", "Baekmuk", "Symbola"]
diff --git a/config/x11/Xresources b/config/x11/Xresources
new file mode 100644
index 0000000..8797c87
--- /dev/null
+++ b/config/x11/Xresources
@@ -0,0 +1,3 @@
+! special
+*.foreground: #eeeeee
+*.background: #222222
diff --git a/config/x11/xinitrc b/config/x11/xinitrc
index 807c59d..2771e72 100755
--- a/config/x11/xinitrc
+++ b/config/x11/xinitrc
@@ -10,6 +10,7 @@ redshift & # filter blue light
dunst & # notification daemon
unclutter --timeout 10 --fork # hide mouse after 2s
clout push-watch & # could with rsync
+xrdb "$XDG_CONFIG_HOME/x11/Xresources"
case "$(cat /etc/hostname)" in
charles-main)