|
@@ -1,6 +1,7 @@
|
|
|
c.url.searchengines = {
|
|
|
"DEFAULT": "https://search.unbl.ink/?q={}",
|
|
|
"wikiwand": "https://www.wikiwand.com/en/{}?fullSearch=false",
|
|
|
+ "jira": "https://15five-dev.atlassian.net/browse/{}",
|
|
|
}
|
|
|
|
|
|
c.messages.timeout = 5000
|
|
@@ -8,8 +9,11 @@ c.messages.timeout = 5000
|
|
|
config.set("scrolling.smooth", True)
|
|
|
config.set("url.default_page", "http://search.unbl.ink")
|
|
|
config.set("url.start_pages", "http://search.unbl.ink")
|
|
|
-config.set("fonts.hints", "bold 14pt monospace")
|
|
|
-config.set("zoom.default", "125%")
|
|
|
+config.set("fonts.hints", "bold 12pt monospace")
|
|
|
+config.set("fonts.tabs", "10pt sans-serif")
|
|
|
+config.set("fonts.statusbar", "10pt sans-serif")
|
|
|
+config.set("fonts.completion.entry", "10pt sans-serif")
|
|
|
+config.set("zoom.default", "100%")
|
|
|
|
|
|
config.bind("wo", "set-cmd-text -s :open -w")
|
|
|
config.bind("wd", "close")
|