dwm

dynamic window manager

git clone https://9o.is/git/dwm.git

commit ac6d133842c02cb0d9205f49c0dda2f547905d70
parent 47fcde2d1a1036458e7decd8dfd25a06fb20a36a
Author: Jul <jul@9o.is>
Date:   Mon,  2 Feb 2026 10:42:34 -0500

enlarge foreground window

Diffstat:
Mconfig.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.h b/config.h @@ -32,7 +32,7 @@ static const int resizehints = 1; /* 1 means respect size hints in tiled resi static const int lockfullscreen = 1; /* 1 will force focus on the fullscreen window */ static const int refreshrate = 120; /* refresh rate (per second) for client move/resize */ -static const float fgw = .6, fgh = .6; +static const float fgw = .8, fgh = .8; static const Layout layouts[] = { /* symbol arrange function */