Adding clipboard patch
This commit is contained in:
parent
9aefe8e4f7
commit
ec58f77b6b
5 changed files with 22 additions and 475 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue