diff options
author | Laslo Hunhold <dev@frign.de> | 2017-08-10 22:22:39 +0200 |
---|---|---|
committer | Aaron Marcher <me@drkhsh.at> | 2017-08-10 22:32:57 +0200 |
commit | c9d47405f4ab3cf99d7d2116fbb7622c02a27e5e (patch) | |
tree | bce922c5842a7ce2072cefbe49fce654bd3bdfef /slstatus.1 | |
parent | 4d33c360141952f6071d19c34c0395ad2ff668a1 (diff) |
Reduce -o | -n to -s
What we really want is to either output to WM_NAME or stdout. If we want
just one single line, we do slstatus | head -n 1.
Diffstat (limited to 'slstatus.1')
-rw-r--r-- | slstatus.1 | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -6,7 +6,7 @@ .Nd suckless status monitor .Sh SYNOPSIS .Nm -.Op Fl o | n +.Op Fl s .Sh DESCRIPTION .Nm is a suckless status monitor for window managers that use WM_NAME (e.g. dwm) or @@ -16,10 +16,8 @@ By default, outputs to WM_NAME. .Sh OPTIONS .Bl -tag -width Ds -.It Fl n -Write to stdout once and exit. -.It Fl o -Write to stdout continuously. +.It Fl s +Write to stdout instead of WM_NAME. .El .Sh CUSTOMIZATION .Nm |