Adding open selected text patch

This commit is contained in:
Bakkeby 2025-02-20 22:36:51 +01:00 committed by Antoine Vaure
parent 137bb152b3
commit c7503f5737
7 changed files with 34 additions and 1 deletions

View file

@ -306,6 +306,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.
*