index.md - sites - public wiki contents of suckless.org | |
git clone git://git.suckless.org/sites | |
Log | |
Files | |
Refs | |
--- | |
index.md (857B) | |
--- | |
1 xresources with signal reloading | |
2 ================================ | |
3 | |
4 Description | |
5 ----------- | |
6 This patch adds the ability to configure tabbed via Xresources and signa… | |
7 This patch is not based on [tabbed's xresources patch](https://tools.suc… | |
8 | |
9 You can basically pass a `USR1` signal to all tabbed processes, after up… | |
10 | |
11 `pidof tabbed | xargs kill -s USR1` | |
12 | |
13 This patch functions similiar to [st's xresources with reload signal pat… | |
14 | |
15 Download | |
16 -------- | |
17 * [tabbed-xresources-signal-reloading-20220622-014eabf.diff](tabbed-xres… | |
18 | |
19 Authors | |
20 ------- | |
21 * Mahdi Mirzadeh - <https://mirzadeh.pro> |