summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2023-02-20 02:51:21 -0600
committerzachir <zachir@librem.one>2023-02-20 02:51:21 -0600
commit63249e7fdb5586be4ae469ea2114306700146a55 (patch)
tree5ec9d9c789ffc15772f713620545c441ba5a86ee /config.def.h
parent2920f5918b511c913cf3830a38c684a841753f8b (diff)
Revert "appy scrollback-ringbuffer patch"
This reverts commit 75110c3cdea1cade7a9b097806cae1a32f8a5e8a.
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h
index 1660264..5fad72a 100644
--- a/config.def.h
+++ b/config.def.h
@@ -228,8 +228,6 @@ static Shortcut shortcuts[] = {
{ ShiftMask, XK_Insert, selpaste, {.i = 0} },
{ TERMMOD, XK_Num_Lock, numlock, {.i = 0} },
{ MODKEY, XK_l, copyurl, {.i = 0} },
- { ShiftMask, XK_Page_Up, kscrollup, {.i = -1} },
- { ShiftMask, XK_Page_Down, kscrolldown, {.i = -1} },
};
/*