infrastructure

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit e28c706b7167668b5fa235c6154035205ef96283
parent c0dd74547b55f3057fade511b77e5e7ad7875254
Author: Silas Brack <silasbrack@gmail.com>
Date:   Wed, 20 May 2026 18:31:38 +0200

feat: add config

Diffstat:
Mhosts/gaia/dwl_config.h | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/hosts/gaia/dwl_config.h b/hosts/gaia/dwl_config.h @@ -42,6 +42,7 @@ static const Layout layouts[] = { static const MonitorRule monrules[] = { /* name mfact nmaster scale layout rotate/reflect x y */ { "eDP-1", 0.5f, 1, 2, &layouts[0], WL_OUTPUT_TRANSFORM_NORMAL, -1, -1 }, + { NULL, 0.5f, 1, 1, &layouts[0], WL_OUTPUT_TRANSFORM_NORMAL, -1, -1 }, /* default */ }; /* keyboard */