mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
action.c: use kill() instead of spawning killall
Also update documentation to say `killall -s SIGHUP labwc` to make it work on Void Linux. Fix #393
This commit is contained in:
parent
05ae654547
commit
5f30773a6e
2 changed files with 3 additions and 3 deletions
|
|
@ -88,7 +88,7 @@ Labwc uses the files listed below for configuration and theming.
|
|||
|
||||
The example [rc.xml] has been kept simple. For all options and default values, see [rc.xml.all]
|
||||
|
||||
Configuration and theme files are reloaded on receiving SIGHUP (e.g. `killall -SIGHUP labwc`)
|
||||
Configuration and theme files are reloaded on receiving SIGHUP (e.g. `killall -s SIGHUP labwc`)
|
||||
|
||||
For keyboard settings, see [environment] and [xkeyboard-config(7)]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue