Update 2023-08-19 10:47 OpenBSD/amd64-x13
This commit is contained in:
parent
3765115a34
commit
22a2f318c7
@ -64,8 +64,11 @@ settings.webview.zoom_level = 100
|
||||
settings.window.close_with_last_tab = true
|
||||
|
||||
-- search engines
|
||||
settings.window.search_engines.duckduckgo = "https://duckduckgo.com/?q=%s"
|
||||
settings.window.search_engines.default = settings.window.search_engines.duckduckgo
|
||||
settings.window.search_engines.ddg = "https://duckduckgo.com/?q=%s"
|
||||
settings.window.search_engines.g = "https://google.com/?q=%s"
|
||||
settings.window.search_engines.mg = "https://metager.org/?q=%s"
|
||||
settings.window.search_engines.gh = "https://github.com/search?q=%s"
|
||||
settings.window.search_engines.default = settings.window.search_engines.ddg
|
||||
|
||||
----------------------------------
|
||||
-- Optional user script loading --
|
||||
|
@ -13,7 +13,7 @@ de.defstyle("*", {
|
||||
highlight_pixels = 1,
|
||||
shadow_pixels = 1,
|
||||
border_style = "elevated",
|
||||
font = "xft:FuraCodeNerdFont:size=6",
|
||||
font = "xft:FuraCodeNerdFont:size=11",
|
||||
text_align = "center",
|
||||
})
|
||||
|
||||
@ -93,7 +93,7 @@ de.defstyle("stdisp", {
|
||||
shadow_pixels = 0,
|
||||
highlight_pixels = 0,
|
||||
text_align = "left",
|
||||
font = "xft:FuraCodeNerdFont:size=8",
|
||||
font = "xft:FuraCodeNerdFont:size=11",
|
||||
|
||||
de.substyle("important", {
|
||||
foreground_colour = "green",
|
||||
|
Loading…
Reference in New Issue
Block a user