dotfiles

*nix config files
git clone git://git.pyratebeard.net/dotfiles.git
Log | Files | Refs | README

commit 522852dd2b89f250b5ae04706651b5d3c186a204
parent d40186a3f5faf683304c036a34904f95ca68a7de
Author: pyratebeard <root@pyratebeard.net>
Date:   Tue, 10 Mar 2020 21:03:33 +0000

reduced window padding

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

diff --git a/2bwm/config.h b/2bwm/config.h @@ -16,7 +16,7 @@ static const float resize_keep_aspect_ratio= 1.03; ///---Offsets---/// /*0)offsetx 1)offsety *2)maxwidth 3)maxheight */ -static const uint8_t offsets[] = {20,20,40,40}; +static const uint8_t offsets[] = {10,10,20,20}; ///---Colors---/// /*0)focuscol 1)unfocuscol *2)fixedcol 3)unkilcol