parent
5be1a6b16e
commit
08abdda516
1 changed files with 2 additions and 2 deletions
|
@ -327,7 +327,7 @@
|
|||
/* Use inverted defaultbg/fg for selection when bg/fg are the same.
|
||||
* 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
|
||||
* 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.
|
||||
* 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
|
||||
* apply the resources named in the resources[] array in config.h.
|
||||
|
|
Loading…
Add table
Reference in a new issue