summaryrefslogtreecommitdiff
path: root/slstatus.1
diff options
context:
space:
mode:
authorLaslo Hunhold <dev@frign.de>2018-05-21 21:31:53 +0200
committerAaron Marcher <me@drkhsh.at>2018-05-22 13:27:11 +0200
commit57f69e900bf7e3e7c60a720bf09f2134b724c5cc (patch)
tree4421595965814160790dbe892b9661808fc6f633 /slstatus.1
parent9c9ce8a125f35bab61c829bdd58bdf77b8352d5e (diff)
Remove o-flag as it is redundant
Even if we extend the flag to be an n-flag with a numerical input, we already have other Unix-tools to take care of us much more flexibly, e.g. with head(1) you can easily get the first 10 outputs with slstatus -s | head -n 10, but also e.g. discard the first one and then get the consecutive 10 outputs. For the X11-root-window-name, you can limit the runtime with timeout(1) or a comparable solution. This reverts commit fa8b939990ed0648f99b0cbeba4efed807160db3.
Diffstat (limited to 'slstatus.1')
-rw-r--r--slstatus.14
1 files changed, 1 insertions, 3 deletions
diff --git a/slstatus.1 b/slstatus.1
index 9517fab..da1a99a 100644
--- a/slstatus.1
+++ b/slstatus.1
@@ -6,7 +6,7 @@
.Nd suckless status monitor
.Sh SYNOPSIS
.Nm
-.Op Fl so
+.Op Fl s
.Sh DESCRIPTION
.Nm
is a suckless status monitor for window managers that use WM_NAME (e.g. dwm) or
@@ -18,8 +18,6 @@ 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