|
|
|
@ -238,3 +238,16 @@ c.url.searchengines["ety"] = "http://www.etymonline.com/index.php?allowed_in_fra |
|
|
|
|
c.url.searchengines["aur"] = "https://aur.archlinux.org/packages/?O=0&K={}" |
|
|
|
|
c.url.searchengines["proton"] = "https://www.protondb.com/search?q={}" |
|
|
|
|
c.url.searchengines["disc"] = "https://www.discogs.com/search/?q={}" |
|
|
|
|
|
|
|
|
|
font_size = 10 |
|
|
|
|
|
|
|
|
|
c.fonts.hints = f'{font_size + 2}pt BlexMono Nerd Font' |
|
|
|
|
c.fonts.statusbar = f'{font_size}pt BlexMono Nerd Font' |
|
|
|
|
c.fonts.downloads = f'{font_size}pt BlexMono Nerd Font' |
|
|
|
|
c.fonts.contextmenu = f'{font_size}pt BlexMono Nerd Font' |
|
|
|
|
c.fonts.tabs.selected = f'{font_size}pt BlexMono Nerd Font-Bold' |
|
|
|
|
c.fonts.tabs.unselected = f'{font_size}pt BlexMono Nerd Font' |
|
|
|
|
c.fonts.completion.entry = f'{font_size}pt BlexMono Nerd Font' |
|
|
|
|
c.fonts.completion.category = f'{font_size}pt BlexMono Nerd Font' |
|
|
|
|
|
|
|
|
|
|
|
|
|
|