mirror of
https://github.com/labwc/labwc.git
synced 2025-10-31 22:25:34 -04:00
labwc(1): describe SIGTERM and SIGHUP
This commit is contained in:
parent
2c06b902f4
commit
22aa31cb7f
1 changed files with 8 additions and 0 deletions
|
|
@ -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
|
well and rendering some window decorations. Where practicable it uses clients
|
||||||
for wall-paper, panels, screenshots and so on.
|
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
|
# OPTIONS
|
||||||
|
|
||||||
*-c* <config-file>
|
*-c* <config-file>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue