rosenrot-browser

A hackable browser based on Webkitgtk
Log | Files | Refs | README

commit ed76b7e9e72cc2c3b5eeef0707638ff39a7cd31a
parent 18ac2627ad739994c7dfd532a483542e9ddf0803
Author: NunoSempere <nuno.semperelh@protonmail.com>
Date:   Sat, 23 Mar 2024 21:46:28 -0300

change home directory

Diffstat:
Mconfig.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.h b/config.h @@ -18,7 +18,7 @@ #define SEARCH "https://search.brave.com/search?q=%s" // #define SEARCH "https://search.nunosempere.com/search?q=%s" // #define SEARCH "https://lite.duckduckgo.com/html/?q=%s" -#define HOME "" +#define HOME "https://search.brave.com/search?q=%s" // ^ Could also be a website ("https://search.nunosempere.com"), or a file ("file:///opt/rose/homepage.png") // #define HOME "https://search.nunosempere.com/" // #define HOME "file:///opt/rosenrot/rose.png"