aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNunoSempere <nuno.sempere@protonmail.com>2023-06-04 19:15:32 -0600
committerNunoSempere <nuno.sempere@protonmail.com>2023-06-04 19:16:34 -0600
commit995f455ece62d969381153d6be95c4a1c655dde4 (patch)
tree8ffe3eeca3bb33062556cf17d2c028e812148396
parent28a28b491dae0bbd1d1ddf3a4f1fa1ac623bdc96 (diff)
revert to full width
-rw-r--r--config.h2
-rw-r--r--plugins/libre_redirect/libre_redirect.c2
-rwxr-xr-xrosebin47864 -> 47864 bytes
3 files changed, 2 insertions, 2 deletions
diff --git a/config.h b/config.h
index 524855f..d8cb22d 100644
--- a/config.h
+++ b/config.h
@@ -13,7 +13,7 @@
#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://search.nunosempere.com/"
#define CACHE_DIR "/home/loki/.cache/rose"
-#define WIDTH 960 // 960 for half-width, 1920 for full width
+#define WIDTH 1920 // 960 for half-width, 1920 for full width
#define HEIGHT 1080
#define SEARCH_BAR_SIZE 1200
#define KEY(x) GDK_KEY_##x
diff --git a/plugins/libre_redirect/libre_redirect.c b/plugins/libre_redirect/libre_redirect.c
index 210da9e..13831fd 100644
--- a/plugins/libre_redirect/libre_redirect.c
+++ b/plugins/libre_redirect/libre_redirect.c
@@ -36,7 +36,7 @@ int libre_redirect(const char* uri, char* output)
"https://medium.com",
"https://translate.google.com",
"https://www.bloomberg.com",
- "https://royalroad.com",
+ "https://www.royalroad.com",
// "https://twitter.com"
};
diff --git a/rose b/rose
index 1d1b2a0..5c165d2 100755
--- a/rose
+++ b/rose
Binary files differ