Add zoom quicklink to Qutebrowser
This commit is contained in:
@ -1,7 +1,12 @@
|
|||||||
|
# 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.
|
# DO NOT edit this file by hand, qutebrowser will overwrite it.
|
||||||
# Instead, create a config.py - see :help for details.
|
# Instead, create a config.py - see :help for details.
|
||||||
|
|
||||||
config_version: 2
|
config_version: 2
|
||||||
settings:
|
settings:
|
||||||
content.user_stylesheets:
|
content.desktop_capture:
|
||||||
global: null
|
https://zoom.us: true
|
||||||
|
content.media_capture:
|
||||||
|
https://zoom.us: true
|
||||||
|
|||||||
@ -9,6 +9,7 @@ c.url.searchengines = {
|
|||||||
"m": "https://www.openstreetmap.com/search?query={}",
|
"m": "https://www.openstreetmap.com/search?query={}",
|
||||||
"p": "https://thepirateboat.info/s/?q={}",
|
"p": "https://thepirateboat.info/s/?q={}",
|
||||||
"w": "https://www.wikiwand.com/en/{}?fullSearch=false",
|
"w": "https://www.wikiwand.com/en/{}?fullSearch=false",
|
||||||
|
"z": "https://zoom.us/wc/{}/start",
|
||||||
}
|
}
|
||||||
|
|
||||||
c.messages.timeout = 5000
|
c.messages.timeout = 5000
|
||||||
@ -21,6 +22,8 @@ config.set("fonts.tabs", "10pt monospace")
|
|||||||
config.set("fonts.statusbar", "10pt monospace")
|
config.set("fonts.statusbar", "10pt monospace")
|
||||||
config.set("fonts.completion.entry", "10pt monospace")
|
config.set("fonts.completion.entry", "10pt monospace")
|
||||||
config.set("zoom.default", "100%")
|
config.set("zoom.default", "100%")
|
||||||
|
config.set("downloads.location.directory", "/home/powellc/var/downloads")
|
||||||
|
config.set("downloads.location.prompt", False)
|
||||||
|
|
||||||
config.bind("wo", "set-cmd-text -s :open -w")
|
config.bind("wo", "set-cmd-text -s :open -w")
|
||||||
config.bind("wd", "close")
|
config.bind("wd", "close")
|
||||||
|
|||||||
Reference in New Issue
Block a user