add workingdir, spoiler patches
ci/woodpecker/tag/woodpecker Pipeline was successful
Details
ci/woodpecker/tag/woodpecker Pipeline was successful
Details
This commit is contained in:
parent
5be1a6b16e
commit
08abdda516
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue