From ee16dfb8f38f159011a1c45e8c6ba4b39e267bc9 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Thu, 13 Dec 2018 17:54:26 -0500 Subject: revert to normal size now just alt-home --- config.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index ba29ff4..8a8fa4a 100644 --- a/config.h +++ b/config.h @@ -195,7 +195,6 @@ static MouseShortcut mshortcuts[] = { /* Internal keyboard shortcuts. */ #define MODKEY Mod1Mask -#define TERMMOD (ControlMask|ShiftMask) MouseKey mkeys[] = { /* button mask function argument */ @@ -219,12 +218,12 @@ static Shortcut shortcuts[] = { { XK_ANY_MOD, XK_Print, printsel, {.i = 0} }, { MODKEY|ShiftMask, XK_Prior, zoom, {.f = +1} }, { MODKEY|ShiftMask, XK_Next, zoom, {.f = -1} }, - { MODKEY|ShiftMask, XK_Home, zoomreset, {.f = 0} }, + { MODKEY, XK_Home, zoomreset, {.f = 0} }, { ShiftMask, XK_Insert, clippaste, {.i = 0} }, { MODKEY, XK_c, clipcopy, {.i = 0} }, { MODKEY, XK_v, clippaste, {.i = 0} }, { MODKEY, XK_p, selpaste, {.i = 0} }, - { TERMMOD, XK_Num_Lock, numlock, {.i = 0} }, + { MODKEY, XK_Num_Lock, numlock, {.i = 0} }, { MODKEY, XK_Control_L, iso14755, {.i = 0} }, { ShiftMask, XK_Page_Up, kscrollup, {.i = -1} }, { ShiftMask, XK_Page_Down, kscrolldown, {.i = -1} }, -- cgit v1.2.3