25 Mar
2014
25 Mar
'14
10:57 p.m.
On 25.03.14 at 23:35, arnaud gaboury wrote:
As for firefox, these two lines starts firefox, BUT in workspace 2, as indicated in the i3 bar.
exec firefox-aurora assign [instance="^firefox-aurora$"] 1
exec --no-startup-id i3-msg 'workspace 1; exec firefox-aurora' did the trick
Actually, looking at the above lines now, you should first 'assign' and then 'exec', which should be the last thing defined in the config. -- jlk