well.... this is awkward

This commit is contained in:
Chris Cochrun 2025-08-31 07:01:25 -05:00
parent 0a616cadf3
commit d24af7bef5
6 changed files with 239 additions and 5 deletions

View file

@ -2133,8 +2133,8 @@ c.tabs.width = 30
## Type: Dict
c.url.searchengines = {
"b": "https://search.brave.com/search?q={}",
"vid": "https://search.brave.com/videos?q={}",
"img": "https://search.brave.com/images?q={}",
"vid": "https://search.tfcconnection.org/?q=!videos%20{}",
"img": "https://search.tfcconnection.org/?q=!images%20{}",
"DEFAULT": "https://search.tfcconnection.org/?q={}",
"yt": "https://yewtu.be/search?q={}",
"mel": "https://melpa.org/#/?q={}",
@ -2159,7 +2159,7 @@ c.url.start_pages = ['https://staff.tfcconnection.org']
## Hide the window decoration. This setting requires a restart on
## Wayland.
## Type: Bool
# c.window.hide_decoration = False
c.window.hide_decoration = True
## Format to use for the window title. The same placeholders like for
## `tabs.title.format` are defined.