summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2018-12-13 17:54:26 -0500
committerLuke Smith <luke@lukesmith.xyz>2018-12-13 17:54:26 -0500
commitee16dfb8f38f159011a1c45e8c6ba4b39e267bc9 (patch)
tree5f2c3dfdd968b9d27d39d90749559819c33e26ad
parenta2b1dfe1ba2309fe6ce615ed02fc6e36efed99e9 (diff)
revert to normal size now just alt-home
-rw-r--r--config.h5
-rw-r--r--st.12
2 files changed, 3 insertions, 4 deletions
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} },
diff --git a/st.1 b/st.1
index 8323401..efa32ee 100644
--- a/st.1
+++ b/st.1
@@ -134,7 +134,7 @@ Scroll up/down one screen at a time.
.B Alt-Shift-k/j or Alt-Shift-Page Up/Page Down or Alt-Shift-Mouse Wheel
Increase or decrease font size.
.TP
-.B Alt-Shift-Home
+.B Alt-Home
Reset to default font size.
.TP
.B Shift-Insert or Alt-v