From c9d47405f4ab3cf99d7d2116fbb7622c02a27e5e Mon Sep 17 00:00:00 2001 From: Laslo Hunhold Date: Thu, 10 Aug 2017 22:22:39 +0200 Subject: 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. --- slstatus.1 | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'slstatus.1') diff --git a/slstatus.1 b/slstatus.1 index d29f197..f9ef3ad 100644 --- a/slstatus.1 +++ b/slstatus.1 @@ -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 -- cgit v1.2.3