diff options
author | NunoSempere <nuno.sempere@protonmail.com> | 2023-05-19 18:37:27 -0400 |
---|---|---|
committer | NunoSempere <nuno.sempere@protonmail.com> | 2023-05-19 18:37:27 -0400 |
commit | c08c4f48de56cd1cac4f2b3aac983c8ff1b1e224 (patch) | |
tree | a4600f56230777172f4c4c33f7a4cd576a61d6fd | |
parent | 8dc67aaa1633383b2bb866abc8e39f8b6157c0d3 (diff) |
add pointer to half width
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 1920 +#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 |