add workingdir, spoiler patches
ci/woodpecker/tag/woodpecker Pipeline was successful Details

This commit is contained in:
Luca Bilke 2024-02-07 12:51:22 +01:00
parent 5be1a6b16e
commit 08abdda516
No known key found for this signature in database
GPG Key ID: B753481DA0B6FA47
1 changed files with 2 additions and 2 deletions

View File

@ -327,7 +327,7 @@
/* Use inverted defaultbg/fg for selection when bg/fg are the same. /* Use inverted defaultbg/fg for selection when bg/fg are the same.
* https://st.suckless.org/patches/spoiler/ * https://st.suckless.org/patches/spoiler/
*/ */
#define SPOILER_PATCH 0 #define SPOILER_PATCH 1
/* This patch changes the mouse shape to the global default when the running program subscribes /* This patch changes the mouse shape to the global default when the running program subscribes
* for mouse events, for instance, in programs like ranger and fzf. It emulates the behaviour * for mouse events, for instance, in programs like ranger and fzf. It emulates the behaviour
@ -439,7 +439,7 @@
/* This patch allows user to specify the initial path st should use as the working directory. /* This patch allows user to specify the initial path st should use as the working directory.
* https://st.suckless.org/patches/workingdir/ * https://st.suckless.org/patches/workingdir/
*/ */
#define WORKINGDIR_PATCH 0 #define WORKINGDIR_PATCH 1
/* This patch adds the ability to configure st via Xresources. At startup, st will read and /* This patch adds the ability to configure st via Xresources. At startup, st will read and
* apply the resources named in the resources[] array in config.h. * apply the resources named in the resources[] array in config.h.