diff options
author | Michael Stapelberg <michael@stapelberg.de> | 2011-10-10 20:29:44 +0100 |
---|---|---|
committer | Michael Stapelberg <michael@stapelberg.de> | 2011-10-10 20:46:55 +0100 |
commit | 692f0124a34625f3296d97496b721973e1f951a2 (patch) | |
tree | 251b650ceabcff173c64e6ee7c172106f3a0d695 /man/i3status.man | |
parent | 9429d93a7e1200b30d3d6bbf133cdfd933a44d74 (diff) |
Don’t use a default setting for 'order'
This will make i3status depend on a useful configuration file (so
/etc/i3status.conf has to be installed) to actually output anything.
However, it fixes a very common error: people edit their i3status.conf and
don’t get that the first order directive has to use =, not +=. Since order is
now empty by default, you can use += everywhere.
Diffstat (limited to 'man/i3status.man')
-rw-r--r-- | man/i3status.man | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/i3status.man b/man/i3status.man index f9bcebf..b1564ff 100644 --- a/man/i3status.man +++ b/man/i3status.man @@ -51,7 +51,7 @@ general { interval = 5 } -order = "ipv6" +order += "ipv6" order += "disk /" order += "run_watch DHCP" order += "run_watch VPN" |