]> git.mdlowis.com Git - proto/labwc.git/commit
Set environment variable LABWC_PID
authorJohan Malm <jgm323@gmail.com>
Tue, 4 Oct 2022 20:48:57 +0000 (21:48 +0100)
committerConsolatis <35009135+Consolatis@users.noreply.github.com>
Fri, 14 Oct 2022 22:19:18 +0000 (00:19 +0200)
commit2c06b902f4fcf8466102784cbfc78f6065b26905
tree8970ec16a8b1d7bda8e39125edb5001c13f9cdb2
parent3d8f5282663b6c0bed8654e697f71ea2421d9c5d
Set environment variable LABWC_PID

...to the pid of the compositor so that SIGHUP and SIGTERM can be sent to
specific instances using `kill -s <signal> <pid>` rather than
`killall -s <signal> labwc`

Issue #573
src/main.c