docs: qutebrowser
This commit is contained in:
parent
10bf619127
commit
b946e41d89
1 changed files with 7 additions and 1 deletions
|
@ -1,5 +1,11 @@
|
||||||
# Qutebrowser
|
# Qutebrowser
|
||||||
|
|
||||||
|
## Set as default browser
|
||||||
|
|
||||||
|
``` bash
|
||||||
|
$ xdg-settings set default-web-browser org.qutebrowser.qutebrowser.desktop
|
||||||
|
```
|
||||||
|
|
||||||
## Change default search engine
|
## Change default search engine
|
||||||
|
|
||||||
``` python
|
``` python
|
||||||
|
@ -14,7 +20,7 @@ c.url.searchengines = {
|
||||||
``` python
|
``` python
|
||||||
# ~/.config/qutebrowser/config.py
|
# ~/.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"]
|
c.url.start_urls = ["https://google.es"]
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue