feat(qutebrowser): change default start page.
This commit is contained in:
parent
516efb9713
commit
07125bb279
1 changed files with 4 additions and 0 deletions
|
@ -37,6 +37,10 @@
|
|||
y = "https://www.youtube.com/results?search_query={}";
|
||||
};
|
||||
settings = {
|
||||
url.start_pages = [
|
||||
"192.168.0.16:3000"
|
||||
];
|
||||
|
||||
colors.webpage = {
|
||||
preferred_color_scheme = "dark";
|
||||
darkmode.enabled = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue