diff options
author | Aaron Marcher <me@drkhsh.at> | 2018-05-21 14:07:41 +0200 |
---|---|---|
committer | Aaron Marcher <me@drkhsh.at> | 2018-05-21 14:07:41 +0200 |
commit | fa8b939990ed0648f99b0cbeba4efed807160db3 (patch) | |
tree | 11faa55b84bbc20e72a0aac91641348cd40b9806 /slstatus.1 | |
parent | aa8654795da19a8d517faf1b84cd4dc4ac75f6e7 (diff) |
Add option to output only once and exit
Diffstat (limited to 'slstatus.1')
-rw-r--r-- | slstatus.1 | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -6,7 +6,7 @@ .Nd suckless status monitor .Sh SYNOPSIS .Nm -.Op Fl s +.Op Fl so .Sh DESCRIPTION .Nm is a suckless status monitor for window managers that use WM_NAME (e.g. dwm) or @@ -18,6 +18,8 @@ outputs to WM_NAME. .Bl -tag -width Ds .It Fl s Write to stdout instead of WM_NAME. +.It Fl o +Write only once and exit. .El .Sh CUSTOMIZATION .Nm |