diff options
author | Mattias Andrée <maandree@kth.se> | 2017-12-09 16:41:20 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2017-12-09 16:41:20 +0100 |
commit | b9781282a79e19dd6f61d62403ad5aa378ede927 (patch) | |
tree | db122b8920b13922f76d8135fdd17e51dadb7bb2 /adjbacklight.1 | |
parent | Fix arg.h (diff) | |
download | adjbacklight-b9781282a79e19dd6f61d62403ad5aa378ede927.tar.gz adjbacklight-b9781282a79e19dd6f61d62403ad5aa378ede927.tar.bz2 adjbacklight-b9781282a79e19dd6f61d62403ad5aa378ede927.tar.xz |
Add support for using stdin instead of spawning multiple times when adjusting rapidly
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'adjbacklight.1')
-rw-r--r-- | adjbacklight.1 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/adjbacklight.1 b/adjbacklight.1 index 3596e5d..f1ba575 100644 --- a/adjbacklight.1 +++ b/adjbacklight.1 @@ -11,7 +11,10 @@ adjbacklight - Convenient method for adjusting the backlight on your portable co .B adjbacklight can be used to fetch or set the backlight non-interactively. If these feature is not used, it starts a interactive user -interface in the terminal. +interface in the terminal. However, if stdin is not a terminal, +every line from stdin is parsed as a +.B -s +argument. .P .B adjbacklight installs with the set-uid bit set, to enable any user to |