diff --git a/xoat.1 b/xoat.1 index ff4727c..d219ee1 100644 --- a/xoat.1 +++ b/xoat.1 @@ -146,6 +146,23 @@ Place current window in tag 3. Remove current window from tag 3. .RS .RE +.SH OPTIONS +.PP +All configuration is done via config.h. +.PP +The xoat binary may be used to send messages to a running instance of +xoat. +They include: +.TP +.B xoat exit +Exit the window manager. +.RS +.RE +.TP +.B xoat restart +Restart the window manager in place without affecting the X session. +.RS +.RE .SH SEE ALSO .PP \f[B]dmenu\f[] (1) diff --git a/xoat.md b/xoat.md index a9d2a77..cce0510 100644 --- a/xoat.md +++ b/xoat.md @@ -98,6 +98,18 @@ Shift-Mod4-F3 Shift-Control-Mod4-F3 : Remove current window from tag 3. +# OPTIONS + +All configuration is done via config.h. + +The xoat binary may be used to send messages to a running instance of xoat. They include: + +xoat exit +: Exit the window manager. + +xoat restart +: Restart the window manager in place without affecting the X session. + # SEE ALSO **dmenu** (1)