sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

commit c73aa4f4bb0ce3617e9b4d3ba15abf7ce3937ee8
parent 66c841c5bdae671e92690f5e0a3d8bfbf92b8b06
Author: aleks <aleks.stier@icloud.com>
Date:   Wed, 27 Nov 2019 06:04:09 +0100

[st][nordtheme] try to align example code in index

Diffstat:
Mst.suckless.org/patches/nordtheme/index.md | 10+++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/st.suckless.org/patches/nordtheme/index.md b/st.suckless.org/patches/nordtheme/index.md @@ -12,11 +12,11 @@ Selection-Colors The default behaviour of st is to reverse the fore- and background colors of each selected cell. If you want that the selection-colors are not reveresed but instead have fixed fore- and background colors apply on top of this patch the [selectioncolors](../selectioncolors/)-patch. Then set the following settings in your config.h: -*static unsigned int defaultcs = 257;* -*static unsigned int defaultrcs = 257;* -*unsigned int selectionbg = 0;* -*unsigned int selectionfg = 257;* -*static int ignoreselfg = 1;* + static unsigned int defaultcs = 257; + static unsigned int defaultrcs = 257; + unsigned int selectionbg = 0; + unsigned int selectionfg = 257; + static int ignoreselfg = 1; Download --------