From ebf52e6353c842cc7a9ec6a8f93813d7bd7f339f Mon Sep 17 00:00:00 2001 From: Arslaan Pathan Date: Thu, 26 Mar 2026 20:35:16 +1300 Subject: Some refactoring, Cinnamon struct, defconfig rather than just config --- config.h | 40 ---------------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 config.h (limited to 'config.h') diff --git a/config.h b/config.h deleted file mode 100644 index 3a3a4e6..0000000 --- a/config.h +++ /dev/null @@ -1,40 +0,0 @@ -/* -Copyright (c) 2026 Arslaan Pathan -This software is licensed under the ARPL. See LICENSE for details. -*/ -#ifndef CONFIG_H -#define CONFIG_H - -/* default window width/height, can be resized after. */ -#define WINDOW_WIDTH 1024 -#define WINDOW_HEIGHT 768 -#define HOMEPAGE "https://start.duckduckgo.com" -/* this value is required for the browser to launch - if its not there the browser will exit with code 1 - do not ask any questions */ -#define ObamaPrism - -/* Keybind definitions */ -typedef struct { - const char* key; - const char* command; -} Keybind; - -static const Keybind keybinds[] = { - { "", ":tab_open" }, - { "d", ":tab_close" }, - { "o", ":commandline_show \":open\"" }, - { "i", ":mode insert" }, - { "", ":tab_select 1" }, - { "", ":tab_select 2" }, - { "", ":tab_select 3" }, - { "", ":tab_select 4" }, - { "", ":tab_select 5" }, - { "", ":tab_select 6" }, - { "", ":tab_select 7" }, - { "", ":tab_select 8" }, - { "", ":tab_select 9" }, - { "", ":tab_select 10" }, -}; - -#endif -- cgit v1.2.3