diff options
author | Michael Stapelberg <michael@stapelberg.de> | 2012-11-05 17:40:51 +0100 |
---|---|---|
committer | Michael Stapelberg <michael@stapelberg.de> | 2012-11-05 17:40:51 +0100 |
commit | beaaf4c742036e0f02fa9867e4cd44b13faac5a2 (patch) | |
tree | cfdc2fb944983999f1d0b47b415d57552b049183 /i3status.conf | |
parent | 4bf84391d8a0b2a1e661cb333881493b1a88ed4d (diff) |
config: introduce an utf-8 character so that editors are forced to use utf-8
…and if they don’t, the user can fix the editor setup at least.
See also http://bugs.i3wm.org/864
Diffstat (limited to 'i3status.conf')
-rw-r--r-- | i3status.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/i3status.conf b/i3status.conf index 99640d0..49ea488 100644 --- a/i3status.conf +++ b/i3status.conf @@ -1,3 +1,11 @@ +# i3status configuration file. +# see "man i3status" for documentation. + +# It is important that this file is edited as UTF-8. +# The following line should contain a sharp s: +# ß +# If the above line is not correctly displayed, fix your editor first! + general { colors = true interval = 5 |