From 349a20c1814f030346bf6de86f9e066f5775f491 Mon Sep 17 00:00:00 2001 From: Miguel Villa Floran Date: Tue, 5 Mar 2024 14:14:24 -0800 Subject: [PATCH] Add nice bordes --- .config/dwm/config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/dwm/config.def.h b/.config/dwm/config.def.h index e54998a..4ad2ceb 100644 --- a/.config/dwm/config.def.h +++ b/.config/dwm/config.def.h @@ -32,7 +32,7 @@ /* Settings related to appearance. */ /* The border pixel determines the size of the window border. */ -static const unsigned int borderpx = 1; /* border pixel of windows */ +static const unsigned int borderpx = 15; /* border pixel of windows */ /* The snap pixel controls two things: * - how close to the window area border a window must be before it "snaps" * (or docks) against that border when moving a floating window using the mouse