]> git.sur5r.net Git - i3/i3/blob - man/i3-nagbar.man
add i3-nagbar. tells you about config file errors (for example)
[i3/i3] / man / i3-nagbar.man
1 i3-nagbar(1)
2 ============
3 Michael Stapelberg <michael+i3@stapelberg.de>
4 v4.0, July 2011
5
6 == NAME
7
8 i3-nagbar - displays an error bar on top of your screen
9
10 == SYNOPSIS
11
12 i3-nagbar -m 'message' -b 'label' 'action'
13
14 == DESCRIPTION
15
16 i3-nagbar is used by i3 to tell you about errors in your configuration file
17 (for example). While these errors are logged to the logfile (if any), the past
18 has proven that users are either not aware of their logfile or do not check it
19 after modifying the configuration file.
20
21 == EXAMPLE
22
23 ------------------------------------------------
24 i3-nagbar -m 'You have an error in your i3 config file!' \
25 -b 'edit config' 'xterm $EDITOR ~/.i3/config'
26 ------------------------------------------------
27
28 == SEE ALSO
29
30 i3(1)
31
32 == AUTHOR
33
34 Michael Stapelberg and contributors