From beaaf4c742036e0f02fa9867e4cd44b13faac5a2 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Mon, 5 Nov 2012 17:40:51 +0100 Subject: [PATCH] config: introduce an utf-8 character so that editors are forced to use utf-8 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit …and if they don’t, the user can fix the editor setup at least. See also http://bugs.i3wm.org/864 --- i3status.conf | 8 ++++++++ 1 file changed, 8 insertions(+) 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 -- 2.39.2