aboutsummaryrefslogtreecommitdiff
path: root/config/qutebrowser
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2021-03-07 14:50:06 +0100
committerCharles Cabergs <me@cacharle.xyz>2021-03-07 14:50:06 +0100
commitc2fd46462d90aa882d523941cf1a69856a4b88e1 (patch)
tree6d4d8a96a524815edde9cb4cf095a7091e350c5f /config/qutebrowser
parent96e011fd75613e9fe8adc55074427b9bd76691e7 (diff)
downloaddotfiles-c2fd46462d90aa882d523941cf1a69856a4b88e1.tar.gz
dotfiles-c2fd46462d90aa882d523941cf1a69856a4b88e1.tar.bz2
dotfiles-c2fd46462d90aa882d523941cf1a69856a4b88e1.zip
Change volume shortcuts to -/=, changed the behavior of qutebrowser when there is only one tab left
Diffstat (limited to 'config/qutebrowser')
-rw-r--r--config/qutebrowser/config.py25
1 files changed, 14 insertions, 11 deletions
diff --git a/config/qutebrowser/config.py b/config/qutebrowser/config.py
index 44c724d..b069a8f 100644
--- a/config/qutebrowser/config.py
+++ b/config/qutebrowser/config.py
@@ -26,19 +26,20 @@ c.aliases = {
c.url.start_pages = ['https://searx.cacharle.xyz']
c.url.searchengines = {
- 'DEFAULT': 'https://searx.cacharle.xyz?q={}',
- 'd': 'https://duckduckgo.com/?q={}',
- 'g': 'https://google.com/?q={}',
- 'y': 'https://www.youtube.com/results?search_query={}',
- 'gh': 'https://github.com/search?q={}',
- 'h': 'https://hoogle.haskell.org/?hoogle={}',
- 'cpp': 'http://cplusplus.com/search.do?q={}',
- 'lar': 'https://www.larousse.fr/dictionnaires/francais/{}',
- 'pypi': 'https://pypi.org/search/?q={}',
- 'intra': 'https://profile.intra.42.fr/searches/search?query={}',
+ # 'DEFAULT': 'https://searx.cacharle.xyz?q={}',
+ 'DEFAULT': 'https://duckduckgo.com/?q={}',
+ 'd': 'https://duckduckgo.com/?q={}',
+ 'g': 'https://google.com/?q={}',
+ 'y': 'https://www.youtube.com/results?search_query={}',
+ 'gh': 'https://github.com/search?q={}',
+ 'h': 'https://hoogle.haskell.org/?hoogle={}',
+ 'cpp': 'http://cplusplus.com/search.do?q={}',
+ 'lar': 'https://www.larousse.fr/dictionnaires/francais/{}',
+ 'pypi': 'https://pypi.org/search/?q={}',
+ 'intra': 'https://profile.intra.42.fr/searches/search?query={}',
+ 'aw': 'https://wiki.archlinux.org/index.php?search={}'
}
-
c.fonts.default_family = ['Fira Mono', 'Baekmuk', 'Symbola']
c.fonts.hints = 'bold 11pt default_family'
@@ -83,6 +84,8 @@ if home_path is not None:
c.downloads.location.directory = download_path
c.downloads.remove_finished = 5000
+c.tabs.last_close = 'startpage'
+
# base16-qutebrowser (https://github.com/theova/base16-qutebrowser)
# Base16 qutebrowser template by theova
# Solarized Dark scheme by Ethan Schoonover (modified by aramisgithub)