index.md (1264B)
1 # X resources 2 3 Runtime configuration using X resources. 4 5 ## Description 6 7 This patch adds the ability to configure st via X resources. At startup, st 8 will read and apply the resources named in the `resources[]` array in config.h. 9 10 During runtime, st will reload the resources on `SIGUSR1`, trigger it with: 11 12 pkill -USR1 -x st 13 14 ## Download 15 16 - [st-xresources-20180309-c5ba9c0.diff](./st-xresources-20180309-c5ba9c0.diff) 17 - [st-xresources-20181018-g30ec9a3.diff](./st-xresources-20181018-g30ec9a3.diff) 18 - [st-xresources-20190105-3be4cf1.diff](./st-xresources-20190105-3be4cf1.diff) 19 - [st-xresources-20200604-9ba7ecf.diff](./st-xresources-20200604-9ba7ecf.diff) 20 - [st-xresources-20230320-45a15676.diff](./st-xresources-20230320-45a15676.diff) 21 - [st-xresources-20260524-688f70a.diff](./st-xresources-20260524-688f70a.diff) 22 23 ## Authors 24 25 - @dcat on [Github](https://github.com/dcat/st-xresources) 26 - Devin J. Pohly - <djpohly@gmail.com> (git port) 27 - Sai Praneeth Reddy - <spr.mora04@gmail.com> (read borderpx from xresources) 28 - Benji Encalada Mora - [@benjifs](https://github.com/benjifs) (replace xfps and 29 actionfps) 30 - harishnkr - <hari2menon1234@gmail.com> (fix xresources bgcolour fgcolour and 31 cscolour definitions) 32 - Justinas Grigas <dev@jstnas.com> (20260524)