Fluxbox: How to Launch Applications in Specific Workspace at Startup

fluxboxwindow-managementworkspaces

I would like to launch some applications at startup, but I want them to be in a specific workspace.

I can edit the fluxbox startup-script to launch those applications, but I don't know how to specify in which workspace it must be launched.

Best Answer

you do not need any external tools, just read man fluxbox-apps, edit .fluxbox/apps and put there something like

[app] (name=xyz)
   [workspace] (n)
[end]
Related Question