diff options
Diffstat (limited to 'man/ruler.1.md')
-rw-r--r-- | man/ruler.1.md | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/man/ruler.1.md b/man/ruler.1.md index 10e14f7..77ad121 100644 --- a/man/ruler.1.md +++ b/man/ruler.1.md @@ -3,7 +3,7 @@ ruler(1) -- A window rule daemon ## SYNOPSIS -`ruler` [-hiop] [-s <shell>] <filename> [<filename>...] +`ruler` [-himopv] [-s <shell>] <filename> [<filename>...] ## DESCRIPTION @@ -13,7 +13,7 @@ specific windows, called *rules*. ## OPTIONS * `-h`: - Print usage and version information. + Print usage. * `-i`: Ignore case in rule descriptors. @@ -123,6 +123,11 @@ name=".*" echo "How are you?" ``` +## ENVIRONMENT + +`ruler` acts on the X display specified by the `DISPLAY` variable and executes +commands through the shell specified by `SHELL`. + ## AUTHOR Tudor Roman `<tudurom at gmail dot com>` |