mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
Add --exit and --reconfigure
This commit is contained in:
parent
8c139e4185
commit
3e1a800c14
2 changed files with 38 additions and 1 deletions
|
|
@ -24,6 +24,10 @@ kill -s <signal> $LABWC_PID
|
|||
killall -s <signal> labwc
|
||||
```
|
||||
|
||||
Each running instance of labwc sets the environment variable `LABWC_PID` to
|
||||
its PID. This is useful for sending signals to a specific instance and is what
|
||||
the `--exit` and `--reconfigure` options use.
|
||||
|
||||
# OPTIONS
|
||||
|
||||
*-c, --config* <config-file>
|
||||
|
|
@ -35,9 +39,15 @@ killall -s <signal> labwc
|
|||
*-d, --debug*
|
||||
Enable full logging, including debug information
|
||||
|
||||
*-e, --exit*
|
||||
Exit the compositor
|
||||
|
||||
*-h, --help*
|
||||
Show help message and quit
|
||||
|
||||
*-r, --reconfigure*
|
||||
Reload the compositor configuration
|
||||
|
||||
*-s, --startup* <command>
|
||||
Run command on startup
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue