From d5665d7e06ee502da107e3bfb34d08819045da0f Mon Sep 17 00:00:00 2001 From: Rutherther Date: Fri, 20 Jun 2025 10:24:01 +0200 Subject: [PATCH] chore: few adjustments in tagrules of dwl --- home/modules/ruther/home/dwl/config.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/home/modules/ruther/home/dwl/config.h b/home/modules/ruther/home/dwl/config.h index 5d809b9cf10828667f14fe343149fa51890cd298..aeef571b87946412eeb3e91015c067aabc02adde 100644 --- a/home/modules/ruther/home/dwl/config.h +++ b/home/modules/ruther/home/dwl/config.h @@ -59,9 +59,11 @@ static const MonitorRule monrules[] = { static const TagRule tagrules[] = { /* tag mfact nmaster layout */ - { 9, 0.55, 1, &layouts[2] }, + { 1, 0.5, 1, &layouts[2] }, + { 2, 0.5, 1, &layouts[2] }, + { 8, 0.5, 1, &layouts[2] }, /* defaults */ - { 0, 0.55, 1, &layouts[0] } + { 0, 0.5, 1, &layouts[0] } }; /* keyboard */