dotfiles

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

commit b3de9853f31a85f08af6c60cbc333940be611581
parent 76bcd29db538a4258299e2144706d411dcd93052
Author: Ed van Bruggen <edvb54@gmail.com>
Date:   Wed,  8 Jun 2016 17:10:50 -0700

Config.h: Change tabbbed font and ctrl-t to ctrl-T

Diffstat:
config.h/tabbed.config.h | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config.h/tabbed.config.h b/config.h/tabbed.config.h @@ -1,7 +1,7 @@ /* See LICENSE file for copyright and license details. */ /* appearance */ -static const char font[] = "-*-*-medium-*-*-*-14-*-*-*-*-*-*-*"; +static const char font[] = "FantasqueSansMono:pixelsize=18:antialias=false:autohint=false"; static const char* normbgcolor = "#073642"; static const char* normfgcolor = "#657B83"; static const char* selbgcolor = "#EEE8D5"; @@ -38,7 +38,7 @@ static Key keys[] = { /* modifier key function argument */ { MODKEY|ShiftMask, XK_Return, focusonce, { 0 } }, { MODKEY|ShiftMask, XK_Return, spawn, { 0 } }, - { MODKEY, XK_t, spawn, SETPROP("_TABBED_SELECT_TAB") }, + { MODKEY|ShiftMask, XK_t, spawn, SETPROP("_TABBED_SELECT_TAB") }, { MODKEY|ShiftMask, XK_l, rotate, { .i = +1 } }, { MODKEY|ShiftMask, XK_h, rotate, { .i = -1 } },