Adding open selected text patch

This commit is contained in:
Bakkeby 2025-02-20 22:36:51 +01:00
parent 08b53c4960
commit 978e25f23b
7 changed files with 34 additions and 1 deletions

View file

@ -299,6 +299,11 @@
*/
#define OPENCOPIED_PATCH 0
/* Open the selected text using xdg-open.
* https://st.suckless.org/patches/open_selected_text/
*/
#define OPEN_SELECTED_TEXT_PATCH 0
/* This patch allows for URLs to be opened directly when you click on them. This may not work with
* all terminal applications.
*