Adding drag-n-drop patch
This commit is contained in:
parent
48f696499d
commit
137bb152b3
9 changed files with 292 additions and 0 deletions
|
|
@ -144,6 +144,11 @@
|
|||
*/
|
||||
#define DISABLE_ROMAN_FONTS_PATCH 0
|
||||
|
||||
/* Allows dragging a file into the terminal and have the path printed.
|
||||
* https://st.suckless.org/patches/drag-n-drop
|
||||
*/
|
||||
#define DRAG_AND_DROP_PATCH 0
|
||||
|
||||
/* This patch makes the cursor color the inverse of the current cell color.
|
||||
* https://st.suckless.org/patches/dynamic-cursor-color/
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue