From a21d363130f62622a475a73d4a86982b2031fe5e Mon Sep 17 00:00:00 2001 From: Christian Nieves Date: Tue, 24 Oct 2023 14:35:29 -0500 Subject: [PATCH] Hyper config --- config/.config/Hyper/config.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 config/.config/Hyper/config.json diff --git a/config/.config/Hyper/config.json b/config/.config/Hyper/config.json new file mode 100644 index 0000000..0464f4d --- /dev/null +++ b/config/.config/Hyper/config.json @@ -0,0 +1,14 @@ +{ + "windowPosition": [ + 0, + 0 + ], + "windowSize": [ + 2560, + 1392 + ], + "hyper": { + "plugins": "{\"plugins\":[\"hyperlinks\",\"hyper-font-smoothing\",\"hyper-font-ligatures\",\"hypurr\"],\"localPlugins\":[]}", + "plugin-versions": "[[\"hyperlinks\",\"0.5.0\"],[\"hyper-font-smoothing\",\"1.0.0\"],[\"hyper-font-ligatures\",\"0.0.8\"],[\"hypurr\",\"2.0.7\"]]" + } +} \ No newline at end of file