add v4 comment to i3.config.keycodes, remove userguide comment from i3-config-wizard

This commit is contained in:
Michael Stapelberg
2011-07-11 19:48:51 +02:00
parent 868c804cb8
commit 3e3c6f85a1
2 changed files with 4 additions and 1 deletions

View File

@ -276,7 +276,6 @@ static void finish() {
fputs("# Should you change your keyboard layout somewhen, delete\n", ks_config);
fputs("# this file and re-run i3-config-wizard(1).\n", ks_config);
fputs("#\n", ks_config);
fputs("# See http://i3wm.org/docs/userguide.html\n", ks_config);
while ((read = getline(&line, &len, kc_config)) != -1) {
/* skip the warning block at the beginning of the input file */