labwc(1): describe SIGTERM and SIGHUP

This commit is contained in:
Johan Malm 2022-10-04 21:57:38 +01:00 committed by Consolatis
parent 2c06b902f4
commit 22aa31cb7f

View file

@ -16,6 +16,14 @@ It is light-weight and independent with a focus on simply stacking windows
well and rendering some window decorations. Where practicable it uses clients
for wall-paper, panels, screenshots and so on.
The compositor will exit or reload its configuration upon receiving SIGTERM
and SIGHUP respectively. For example:
```
kill -s <signal> $LABWC_PID
killall -s <signal> labwc
```
# OPTIONS
*-c* <config-file>