i3bar: improve docs for battery saving feature
This commit is contained in:
@ -103,9 +103,11 @@ https://github.com/i3/i3/blob/next/contrib/trivial-bar-script.sh
|
||||
version::
|
||||
The version number (as an integer) of the i3bar protocol you will use.
|
||||
stop_signal::
|
||||
Specify to i3bar the signal (as an integer) to send to stop your
|
||||
processing.
|
||||
The default value (if none is specified) is SIGSTOP.
|
||||
Specify the signal (as an integer) that i3bar should send to request that you
|
||||
pause your output. This is used to conserve battery power when the bar is
|
||||
hidden by not unnecessarily computing bar updates. The default value is SIGSTOP,
|
||||
which will unconditionally stop your process. If this is an issue, this feature
|
||||
can be disabled by setting the value to 0.
|
||||
cont_signal::
|
||||
Specify to i3bar the signal (as an integer) to send to continue your
|
||||
processing.
|
||||
|
Reference in New Issue
Block a user