diff options
author | NunoSempere <nuno.sempere@protonmail.com> | 2023-04-08 20:54:07 -0400 |
---|---|---|
committer | NunoSempere <nuno.sempere@protonmail.com> | 2023-04-08 20:54:07 -0400 |
commit | f8b4e9ff4af49dc6ca328a4ee1deed8c0e1f0315 (patch) | |
tree | 667d0cb37540a2b7b555c9fca2c9faa9eaa8ff30 | |
parent | 17ff6bb780e33e75658829c9e16ff66377d00ce0 (diff) |
feat: use my own instance of whoogle search
Tried duckduckgo for a while, but loss in quality was noticeable.
-rw-r--r-- | config.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -10,14 +10,14 @@ #define GTK "gtk-application-prefer-dark-theme", false, "gtk-enable-animations", false #define ROSE_HOMEPAGE true #define HOME ROSE_HOMEPAGE ? "file:///home/loki/Documents/core/software/fresh/C/rose-browser/rosenrot/user-scripts/ubuntu-20.04/rose-images/rose-homepage.png" : "https://lite.duckduckgo.com/html" -#define SEARCH "https://lite.duckduckgo.com/html/?q=%s" +#define SEARCH "https://search.nunosempere.com/search?q=%s" // "https://lite.duckduckgo.com/html/?q=%s" #define CACHE_DIR "/home/loki/.cache/rose" #define WIDTH 1920 #define HEIGHT 1080 #define SEARCH_BAR_SIZE 1200 #define KEY(x) GDK_KEY_##x -#define ZOOM 1 /* Starting zoom level.*/ +#define ZOOM 1.4 /* Starting zoom level.*/ #define ZOOM_VAL .1 /* Zooming value in zoomin/zoomout functions */ #define BG_COLOR "#FEFEFE" /* "FEFEFE", "#1E1E2E" */ #define DEBUG false |