i3blocks icon indicating copy to clipboard operation
i3blocks copied to clipboard

Why are SIGUSR 1 and 2 deprecated?

Open ThePython10110 opened this issue 1 year ago • 0 comments

The example config (as well as i3's default config) uses SIGUSR1 (signal 10) to signal volume changes. Unfortunately, when I tried this, it silently failed. Only when running i3blocks from the command line did I see the problem:

<3>SIGUSR{1,2} are deprecated, ignoring.

There is no mention of this in the i3blocks documentation, and the example config still uses signal 10.

ThePython10110 avatar Aug 02 '24 15:08 ThePython10110