]> git.mdlowis.com Git - proto/labwc.git/commitdiff
labwc(1): add note on SIGHUP
authorJohan Malm <jgm323@gmail.com>
Fri, 25 Sep 2020 19:35:48 +0000 (20:35 +0100)
committerJohan Malm <jgm323@gmail.com>
Fri, 25 Sep 2020 19:35:48 +0000 (20:35 +0100)
docs/labwc.1.md

index 359f670c1910070494d3f8b74a96e90f35853ff9..5fec467ca334b982cf7e2a4b37b0d2ad509afd36 100644 (file)
@@ -8,7 +8,7 @@ labwc - A Wayland stacking compositor with the look and feel of Openbox
 
 # SYNOPSIS
 
-labwc \[\-s <*startup-command*>] \[\-c <*config-file*>]  
+labwc \[\-c <*config-file*>] \[\-h] \[\-s <*startup-command*>]  
 
 # DESCRIPTION
 
@@ -16,14 +16,18 @@ Labwc is a [WIP] free, stacking compositor for Wayland. It aims to be light-weig
 
 # OPTIONS
 
-`-s <startup-command>`
-
-:   Specify startup command
-
 `-c <config-file>`
 
 :   Specify path to rc.xml
 
+`-h`
+
+:   Show help message
+
+`-s <startup-command>`
+
+:   Specify startup command
+
 # CONFIGURATION AND THEMES
 
 Labwc aims to be compatible with openbox configuration and theming, with the
@@ -33,6 +37,8 @@ following files controlling the look and behaviour:
 - themerc  
 - xbm icons  
 
+It reloads configuration and theme on receiving signal SIGHUP.
+
 See labwc(5) for details.
 
 # SEE ALSO