diff --git a/config.h b/config.h index 854c691..c443b6c 100644 --- a/config.h +++ b/config.h @@ -100,8 +100,8 @@ static const char *colorname[] = { "red3", "green3", "yellow3", - "blue2", - "magenta3", + "red", + "magenta4", "cyan3", "gray90", @@ -185,7 +185,7 @@ const unsigned int scrollrate = 5; /* * The rate to zoom in (adjust the font size). */ -const unsigned int zoomrate = 5; +const int zoomrate = 1; /* * Xresources preferences to load at startup @@ -251,7 +251,7 @@ static Shortcut shortcuts[] = { { TERMMOD, XK_Home, zoomreset, {.f = 0} }, { TERMMOD, XK_C, clipcopy, {.i = 0} }, { TERMMOD, XK_V, clippaste, {.i = 0} }, - { TERMMOD, XK_Y, selpaste, {.i = 0} }, + { TERMMOD, XK_y, selpaste, {.i = 0} }, { MODKEY, XK_Up, kscrollup, {.i = -1 * scrollrate} }, { MODKEY, XK_Down, kscrolldown, {.i = -1 * scrollrate} }, { MODKEY, XK_e, externalpipe, {.v = editscreen} },