Adding clipboard patch

This commit is contained in:
bakkeby 2019-09-16 09:51:41 +02:00
parent 9aefe8e4f7
commit ec58f77b6b
5 changed files with 22 additions and 475 deletions

View file

@ -23,4 +23,10 @@
* This patch makes bold text rendered simply as bold, leaving the color unaffected.
* https://st.suckless.org/patches/bold-is-not-bright/
*/
#define BOLD_IS_NOT_BRIGHT_PATCH 1
#define BOLD_IS_NOT_BRIGHT_PATCH 1
/* By default st only sets PRIMARY on selection.
* This patch makes st set CLIPBOARD on selection.
* https://st.suckless.org/patches/clipboard/
*/
#define CLIPBOARD_PATCH 1