]> git.sur5r.net Git - i3/i3/commit
Remove the terminal option from config.
authorMichael Stapelberg <michael@stapelberg.de>
Fri, 13 Nov 2009 19:36:59 +0000 (20:36 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Fri, 13 Nov 2009 19:36:59 +0000 (20:36 +0100)
commitd266474f972a13798866551cdb9b700d16101bd2
tree140574153c8a589f239e8efd72f15631365fd60a
parentaa2e0d7d1404e9a185cd1e60fe466f058b7e46f4
Remove the terminal option from config.

The welcome message is displayed using xmessage(1), not using your
terminal. Thus, it makes no sense to have this option anymore. Also,
the new lex/yacc parser cannot correctly handle the situation:
normal variables are expanded before parsing the file. As a replacement,
you can use:
  set $terminal /usr/bin/urxvt
docs/userguide
i3.config
src/cfgparse.y
src/config.c