[qutebrowser] Moving on back to qute
This commit is contained in:
@ -7,4 +7,6 @@
|
||||
config_version: 2
|
||||
settings:
|
||||
content.notifications:
|
||||
https://www.viprow.me: false
|
||||
https://app.slack.com: true
|
||||
content.register_protocol_handler:
|
||||
https://calendar.google.com?cid=%25s: true
|
||||
|
||||
@ -1,3 +1,6 @@
|
||||
https://15five.quip.com/ Updates - Quip
|
||||
https://app.slack.com/client/T042JGM5N/DUR7MC42G Slack | Chukwuka Agu | 15Five
|
||||
https://github.com/15five/fifteen5/pull/29808/files [ENG-9131] Fix 1on1 Everyone1on1sUserView query by gunsmoke · Pull Request #29808 · 15five/fifteen5
|
||||
https://15five-dev.atlassian.net/secure/RapidBoard.jspa?rapidView=104&sprint=378 Company Squad - Agile Board - Jira
|
||||
https://15five-dev.atlassian.net/secure/Dashboard.jspa?selectPageId=10113 Engineer's Sprint Dashboard - Jira
|
||||
https://15five.quip.com/R8d8AZpL9eZj Company Squad Hub - Quip
|
||||
|
||||
@ -16,22 +16,23 @@ c.url.searchengines = {
|
||||
}
|
||||
|
||||
c.messages.timeout = 5000
|
||||
c.content.proxy = 'socks://tor.local:9050/'
|
||||
# c.content.proxy = 'socks://tor.local:9050/'
|
||||
|
||||
config.set("scrolling.smooth", True)
|
||||
config.set("url.default_page", "http://search.unbl.ink")
|
||||
config.set("url.start_pages", "https://search.unbl.ink")
|
||||
config.set("fonts.hints", "bold 10pt monospace")
|
||||
config.set("fonts.tabs", "10pt monospace")
|
||||
config.set("fonts.statusbar", "10pt monospace")
|
||||
config.set("fonts.completion.entry", "10pt monospace")
|
||||
config.set("zoom.default", "100%")
|
||||
config.set("downloads.location.directory", "/home/powellc/tmp/downloads")
|
||||
config.set("downloads.location.directory", "/home/powellc/tmp")
|
||||
config.set("downloads.location.prompt", False)
|
||||
|
||||
config.bind("wo", "set-cmd-text -s :open -w")
|
||||
config.bind("wd", "close")
|
||||
config.bind(",n", "config-cycle content.user_stylesheets /home/powellc/.config/qutebrowser/darculized-all-sites.css \"\"")
|
||||
config.bind(
|
||||
",n",
|
||||
'config-cycle content.user_stylesheets /home/powellc/.config/qutebrowser/darculized-all-sites.css ""',
|
||||
)
|
||||
|
||||
c.aliases["cs"] = "config-source"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user