From 6964a0b8c67e7de6e920bb9521cb283207c43522 Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Wed, 31 Jan 2024 18:32:19 -0500 Subject: Update desktop vs laptop configs (fonts+layouts) --- config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.h b/config.h index 1531ecb..4678d34 100644 --- a/config.h +++ b/config.h @@ -57,15 +57,15 @@ static const int mainmon = 0; /* xsetroot will only change the bar on this monit /* Devide dependent configurations */ #ifdef _HOST_BATTLESTATION // Main desktop uses a 4k monitor (good to have a bigger font) - static const char *fonts[] = { "monospace:size=18" }; + static const char *fonts[] = { "monospace:size=16" }; /* LayoutPerMonitor: 4k->tile, ultrawide->tilewide */ - static const int lpm[] = { 0, 0 }; + static const int lpm[] = { 0, 4 }; /* Gaps are nice on a big monitor */ static int smartgaps = 0; /* 1 means no outer gap when there is only one window */ #else // _HOST_DEFAULT // Smaller font for laptop form factor - static const char *fonts[] = { "monospace:size=16" }; // HiDPI Framework laptop + static const char *fonts[] = { "monospace:size=14" }; // HiDPI Framework laptop /* LayoutPerMonitor: main->tile */ static const int lpm[] = { 0 }; /* Gaps are nice on a big monitor */ -- cgit v1.2.3