add v4 comment to i3.config.keycodes, remove userguide comment from i3-config-wizard
This commit is contained in:
parent
868c804cb8
commit
3e3c6f85a1
|
@ -276,7 +276,6 @@ static void finish() {
|
||||||
fputs("# Should you change your keyboard layout somewhen, delete\n", ks_config);
|
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("# this file and re-run i3-config-wizard(1).\n", ks_config);
|
||||||
fputs("#\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) {
|
while ((read = getline(&line, &len, kc_config)) != -1) {
|
||||||
/* skip the warning block at the beginning of the input file */
|
/* skip the warning block at the beginning of the input file */
|
||||||
|
|
|
@ -4,6 +4,10 @@
|
||||||
# WARNING: not get loaded by i3. Please do not change it.
|
# WARNING: not get loaded by i3. Please do not change it.
|
||||||
# WARNING
|
# WARNING
|
||||||
|
|
||||||
|
# i3 config file (v4)
|
||||||
|
#
|
||||||
|
# Please see http://i3wm.org/docs/userguide.html for a complete reference!
|
||||||
|
|
||||||
set $mod Mod1
|
set $mod Mod1
|
||||||
|
|
||||||
# font for window titles. ISO 10646 = Unicode
|
# font for window titles. ISO 10646 = Unicode
|
||||||
|
|
Loading…
Reference in New Issue