docs: qutebrowser

This commit is contained in:
Felipe M 2020-12-29 09:27:24 +01:00
parent 10bf619127
commit b946e41d89

View file

@ -1,5 +1,11 @@
# Qutebrowser
## Set as default browser
``` bash
$ xdg-settings set default-web-browser org.qutebrowser.qutebrowser.desktop
```
## Change default search engine
``` python
@ -14,7 +20,7 @@ c.url.searchengines = {
``` python
# ~/.config/qutebrowser/config.py
c.url.start_page = ["https://google.es"/
c.url.start_page = "https://google.es"
c.url.start_urls = ["https://google.es"]
```