From f34e54b0d4c3832a3db26be0ac9ee83b732c43ba Mon Sep 17 00:00:00 2001 From: Shourai <10200748+Shourai@users.noreply.github.com> Date: Tue, 8 Nov 2022 08:29:46 +0100 Subject: [PATCH] Remove scrollback patch --- README.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/README.md b/README.md index 271a081..5bb1be8 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,6 @@ The original st webpage is here: [https://st.suckless.org/](https://st.suckless. ### Patches applied * [Alpha](https://st.suckless.org/patches/alpha/) : This patch allows users to change the opacity of the background. Note that you need an X composite manager (e.g. compton, xcompmgr) to make this patch effective. -* [Scrollback](https://st.suckless.org/patches/scrollback/) : Scroll back through terminal output using Shift+{PageUp, PageDown} and Shift+MouseWheel. * [Clipboard](https://st.suckless.org/patches/clipboard/) : This trivial patch sets CLIPBOARD on selection. * [font2](https://st.suckless.org/patches/font2/) : This patch allows to add spare font besides default. * [Fix Keyboard Input](https://st.suckless.org/patches/fix_keyboard_input/) : Add a few previously undefined keys. @@ -61,16 +60,6 @@ Paste | `ctrl` + `shift` + `v` Zoom In | `alt` + `shift` + `+` Zoom Out | `alt` + `shift` + `-` Reset Zoom | `alt` + `shift` + `0` -Scroll up | `shift` + `page up` -Scroll down | `shift` + `page down` - -#### Mouse -Scroll is implemented using [scroll](https://git.suckless.org/scroll/log.html) -Action | Modifier ---- | --- -Scroll | `mouse wheel` - - ## Credits