Adding drag-n-drop patch

This commit is contained in:
Bakkeby 2025-02-20 10:18:17 +01:00 committed by Antoine Vaure
parent 48f696499d
commit 137bb152b3
9 changed files with 292 additions and 0 deletions

View file

@ -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/
*/