do not sav settings in qutebrowser

This commit is contained in:
Felix Van der Jeugt 2017-10-02 23:48:56 +02:00
parent 9df6e959db
commit 83bd09d387
No known key found for this signature in database
GPG Key ID: 58B209295023754D
1 changed files with 4 additions and 0 deletions

View File

@ -21,6 +21,10 @@ c.tabs.last_close = "close"
c.tabs.show = "multiple"
c.url.default_page = "https://calendar.google.com"
c.url.start_pages = ["https://calendar.google.com"]
c.aliases = { "wq": "quit --save"
, "set": "set -t"
, "bind": "bind -t"
}
config.bind("<backspace>", "back", mode="normal")
config.bind("x", "spawn --detach mpv {url}", mode="normal")