]> git.sur5r.net Git - i3/i3/commit
Implement autostart using "exec" in config
authorMichael Rudolf <ch3ka@ch3ka.de>
Sun, 29 Mar 2009 12:53:48 +0000 (14:53 +0200)
committerMichael Stapelberg <michael+git@stapelberg.de>
Tue, 5 May 2009 18:14:02 +0000 (20:14 +0200)
commit3400f0e6bd7cd0717042b3a53be4effbe5431d83
treef42093d3a838729509b61d218be20d2ab88975b0
parent4a3354da3b3de8058132b722f90a2f5e1ed63302
Implement autostart using "exec" in config

Syntax is "exec <application>", like when creating a binding.
Multiple entries are possible, applications are started in
the specified order.
include/data.h
include/i3.h
src/config.c
src/mainx.c