Introduction
Introduction Statistics Contact Development Disclaimer Help
index.md - sites - public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log
Files
Refs
---
index.md (991B)
---
1 color\_schemes
2 ==============
3
4 Description
5 -----------
6 This patch allows you to work with 16 color palettes and change them on …
7 fly.
8
9 Instructions
10 ------------
11 The patch changes the “config.def.h”.
12 Delete your “config.h” or change it manually if you use a custom one.
13
14 Notes
15 -----
16 It uses the following shortcuts :
17
18 Shortcut shortcuts[] = {
19 ...
20 { TERMMOD, XK_F1, setpalette, {.i = 0} },
21 { TERMMOD, XK_F2, setpalette, {.i = 1} },
22 { TERMMOD, XK_F3, setpalette, {.i = 2} },
23 { TERMMOD, XK_F4, setpalette, {.i = 3} },
24 { TERMMOD, XK_F5, setpalette, {.i = 4} },
25 { TERMMOD, XK_F6, setpalette, {.i = 5} },
26 { TERMMOD, XK_F7, setpalette, {.i = 6} },
27 { TERMMOD, XK_F8, setpalette, {.i = 7} },
28 { TERMMOD, XK_F9, setpalette, {.i = 8} },
29 };
30
31 Download
32 --------
33 * [st-color\_schemes-0.8.1.diff](st-color_schemes-0.8.1.diff)
34 * [st-color\_schemes-20220615-baa9357.diff](st-color_schemes-20220615-ba…
35
36
37 Authors
38 -------
39 * Tonton Couillon - <la dot luge at free dot fr>
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.