[i3] How to place applications opened in ~/.i3/config

  • From: Bruno Cassol <brunocassol@xxxxxxxxx>
  • To: i3-discuss@xxxxxxxxxxxxx
  • Date: Sun, 4 Mar 2012 02:13:32 -0400

First of all,
i3 is fu**ing amazing. thanks for it!
It's my second attempt at tiling and this time I think I got it. Merit goes
to i3 being easy even for dumb people like me.

Well, I'm a web developer and I always want some applications opened when I
startx. So the bottom of my ~/.i3/config looks like:

exec i3-sensible-terminal
exec gedit
exec google-chrome
exec parcellite


I'd like to place those in a specific layout/position when i3 starts:
_______________________
| | chrome |
| gedit | |
| |----------|
| | terminal |
|__________|__________|


How can I?

Thanks,
Bruno Cassol

Other related posts:

  • » [i3] How to place applications opened in ~/.i3/config - Bruno Cassol