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 signal reloading. 7 This patch is not based on [tabbed's xresources patch](https://tools.suckless.org/tabbed/patches/xresources) and is extended from [my build of tabbed](https://git.mirzadeh.pro/tabbed). 8 9 You can basically pass a `USR1` signal to all tabbed processes, after updating your Xresources to reload the settings: 10 11 `pidof tabbed | xargs kill -s USR1` 12 13 This patch functions similiar to [st's xresources with reload signal patch](https://st.suckless.org/patches/xresources-with-reload-signal/). 14 15 Download 16 -------- 17 * [tabbed-xresources-signal-reloading-20220622-014eabf.diff](tabbed-xresources-signal-reloading-20220622-014eabf.diff) 18 19 Authors 20 ------- 21 * Mahdi Mirzadeh - <https://mirzadeh.pro>