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 reloading.
      7 This patch is not based on [xresources patch](https://st.suckless.org/patches/xresources) and is extended from [xst's commit on github](https://github.com/gnotclub/xst/commit/c0ffcfbaf8af25468103dd92e0c7e83555e08c7a).
      8 
      9 You can basically pass a `USR1` signal to all st processes after updating your Xresources to reload the settings:
     10 ```
     11 pidof st | xargs kill -s USR1
     12 ```
     13 
     14 Download
     15 --------
     16 * [st-xresources-signal-reloading-20220309-1bb14b1.diff](st-xresources-signal-reloading-20220309-1bb14b1.diff)
     17 * [st-xresources-signal-reloading-20220407-ef05519.diff](st-xresources-signal-reloading-20220407-ef05519.diff)
     18 
     19 Authors
     20 -------
     21 * Mahdi Mirzadeh - <https://mirzadeh.pro>
     22 * wael - 40663@protonmail.com fix variables + arg.h st.h removal