]> git.r.bdr.sh - rbdr/dotfiles/commitdiff
Add qutebrowser
authorRuben Beltran del Rio <redacted>
Wed, 14 Jun 2023 20:40:21 +0000 (22:40 +0200)
committerRuben Beltran del Rio <redacted>
Wed, 14 Jun 2023 20:40:21 +0000 (22:40 +0200)
config/qutebrowser/autoconfig.yml [new file with mode: 0644]
config/qutebrowser/bookmarks/urls [new file with mode: 0644]
config/qutebrowser/quickmarks [new file with mode: 0644]
install

diff --git a/config/qutebrowser/autoconfig.yml b/config/qutebrowser/autoconfig.yml
new file mode 100644 (file)
index 0000000..013e782
--- /dev/null
@@ -0,0 +1,93 @@
+# If a config.py file exists, this file is ignored unless it's explicitly loaded
+# via config.load_autoconfig(). For more information, see:
+# https://github.com/qutebrowser/qutebrowser/blob/master/doc/help/configuring.asciidoc#loading-autoconfigyml
+# DO NOT edit this file by hand, qutebrowser will overwrite it.
+# Instead, create a config.py - see :help for details.
+
+config_version: 2
+settings:
+  backend:
+    global: webkit
+  colors.completion.category.bg:
+    global: black
+  colors.completion.category.border.bottom:
+    global: '#00FFFF'
+  colors.completion.category.border.top:
+    global: '#00FFFF'
+  colors.completion.even.bg:
+    global: '#000000'
+  colors.completion.fg:
+    global:
+    - white
+    - white
+    - white
+  colors.completion.item.selected.bg:
+    global: '#00FF00'
+  colors.completion.item.selected.border.bottom:
+    global: '#00FF00'
+  colors.completion.item.selected.border.top:
+    global: '#00FF00'
+  colors.completion.item.selected.match.fg:
+    global: '#FF00FF'
+  colors.completion.match.fg:
+    global: '#FF00FF'
+  colors.completion.odd.bg:
+    global: '#222222'
+  colors.completion.scrollbar.bg:
+    global: '#0000FF'
+  colors.completion.scrollbar.fg:
+    global: '#FFFFFF'
+  colors.prompts.bg:
+    global: '#444444'
+  colors.statusbar.caret.selection.bg:
+    global: '#0000FF'
+  colors.statusbar.caret.selection.fg:
+    global: white
+  colors.statusbar.command.private.fg:
+    global: white
+  colors.statusbar.insert.bg:
+    global: '#00FF00'
+  colors.statusbar.insert.fg:
+    global: '#000000'
+  colors.statusbar.passthrough.fg:
+    global: white
+  colors.statusbar.private.bg:
+    global: '#666666'
+  colors.statusbar.url.error.fg:
+    global: orange
+  colors.statusbar.url.fg:
+    global: white
+  colors.tabs.bar.bg:
+    global: '#000000'
+  colors.tabs.even.bg:
+    global: '#000000'
+  colors.tabs.even.fg:
+    global: white
+  colors.tabs.indicator.start:
+    global: '#0000FF'
+  colors.tabs.indicator.stop:
+    global: '#00FF00'
+  colors.tabs.odd.bg:
+    global: '#000000'
+  colors.tabs.odd.fg:
+    global: white
+  colors.tabs.pinned.even.bg:
+    global: '#FF00FF'
+  colors.tabs.pinned.odd.bg:
+    global: '#FF00FF'
+  colors.tabs.pinned.selected.even.bg:
+    global: '#00FFFF'
+  colors.tabs.pinned.selected.even.fg:
+    global: black
+  colors.tabs.pinned.selected.odd.bg:
+    global: '#00FFFF'
+  colors.tabs.pinned.selected.odd.fg:
+    global: black
+  colors.tabs.selected.even.bg:
+    global: '#00FFFF'
+  colors.tabs.selected.even.fg:
+    global: black
+  colors.tabs.selected.odd.bg:
+    global: '#00FFFF'
+  colors.tabs.selected.odd.fg:
+    global: black
diff --git a/config/qutebrowser/bookmarks/urls b/config/qutebrowser/bookmarks/urls
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/config/qutebrowser/quickmarks b/config/qutebrowser/quickmarks
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/install b/install
index e1d9dd6589c4261a8fecdbfa891f683357ecebbb..957e29456dbb94381bee51bf6431891bd7ab3565 100755 (executable)
--- a/install
+++ b/install
@@ -59,6 +59,9 @@ ln -fns ../.dotfiles/config/karabiner ~/.config/karabiner
 # sway
 ln -fns ../.dotfiles/config/sway ~/.config/sway
 
+# sway
+ln -fns ../.dotfiles/config/qutebrowser ~/.config/qutebrowser
+
 touch ~/.tool-versions
 
 # Italics setup