dotfiles

Unnamed repository; edit this file 'description' to name the repository.
git clone git://edryd.org/dotfiles
Log | Files | Refs

commit 735d0862c2f1c4eafb9963760b2cb0034897ffd0
parent a82323003bcc56fb316568f98edc6a21ac20ac55
Author: Ed van Bruggen <edvb54@gmail.com>
Date:   Fri, 18 Nov 2016 21:51:14 -0800

Config.h: Change min tabbed tab size to 125

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

diff --git a/config.h/tabbed.config.h b/config.h/tabbed.config.h @@ -11,7 +11,7 @@ static const char* urgfgcolor = "#657B83"; static const char before[] = "<"; static const char after[] = ">"; static const char titletrim[] = "..."; -static const int tabwidth = 200; +static const int tabwidth = 125; static const Bool foreground = True; static Bool urgentswitch = False;