Add zoomlevels to config
This commit is contained in:
parent
b3fa7bba98
commit
2b820ec696
@ -27,12 +27,16 @@
|
|||||||
# true/naive: Use simple/naive check
|
# true/naive: Use simple/naive check
|
||||||
# dns: Use DNS matching (might be slow)
|
# dns: Use DNS matching (might be slow)
|
||||||
# false: Never search automatically
|
# false: Never search automatically
|
||||||
|
# zoomlevels: The available zoom levels (taken from Chrome), separated by ","
|
||||||
|
# defaultzoom: The default zoom level
|
||||||
show_completion = true
|
show_completion = true
|
||||||
completion_height = 50%
|
completion_height = 50%
|
||||||
ignorecase = true
|
ignorecase = true
|
||||||
wrapsearch = true
|
wrapsearch = true
|
||||||
startpage = http://www.duckduckgo.com/
|
startpage = http://www.duckduckgo.com/
|
||||||
auto_search = naive
|
auto_search = naive
|
||||||
|
zoomlevels = 25,33,50,67,75,90,100,110,125,150,175,200,250,300,400,500
|
||||||
|
defaultzoom = 100
|
||||||
|
|
||||||
[tabbar]
|
[tabbar]
|
||||||
# movable: bool, whether tabs should be movable
|
# movable: bool, whether tabs should be movable
|
||||||
|
Loading…
Reference in New Issue
Block a user