index.md - sites - public wiki contents of suckless.org | |
git clone git://git.suckless.org/sites | |
Log | |
Files | |
Refs | |
--- | |
index.md (908B) | |
--- | |
1 xresources with signal reloading | |
2 ================================ | |
3 | |
4 Description | |
5 ----------- | |
6 This patch adds the ability to configure st via Xresources and signal re… | |
7 This patch is not based on [xresources patch](https://st.suckless.org/pa… | |
8 | |
9 You can basically pass a `USR1` signal to all st processes after updatin… | |
10 ``` | |
11 pidof st | xargs kill -s USR1 | |
12 ``` | |
13 | |
14 Download | |
15 -------- | |
16 * [st-xresources-signal-reloading-20220309-1bb14b1.diff](st-xresources-s… | |
17 * [st-xresources-signal-reloading-20220407-ef05519.diff](st-xresources-s… | |
18 | |
19 Authors | |
20 ------- | |
21 * Mahdi Mirzadeh - <https://mirzadeh.pro> | |
22 * wael - [email protected] fix variables + arg.h st.h removal |