diff options
author | NunoSempere <nuno.semperelh@protonmail.com> | 2024-03-23 21:46:28 -0300 |
---|---|---|
committer | NunoSempere <nuno.semperelh@protonmail.com> | 2024-03-23 21:46:28 -0300 |
commit | ed76b7e9e72cc2c3b5eeef0707638ff39a7cd31a (patch) | |
tree | c6d9a16bffe4b0d30aab4d77971ea9fb9fda09ea | |
parent | 18ac2627ad739994c7dfd532a483542e9ddf0803 (diff) |
change home directory
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |