* Ognjen Bezanov <[EMAIL PROTECTED]> [05-10-15 19:20]:
> Hi all
> 
> This is more of a general linux question, but in fluxbox how do you set a 
> program to be on all workspaces. I am using engage (from enlightenment) as a 
> toolbar but when run from the fluxbox startup file, it will only be shown on  
> workspace 1. The program itself doesnt seem to have an option "show on all 
> workspaces" so is there another way to get it on all other workspaces.
> 
> Cheers

This is what I have in my $HOME/.fluxbox/apps file regarding to have
xpad on all workspaces:

[app] (xpad)
   [Dimensions]  {193 143}
   [Position]  (UPPERLEFT) {6 695}
   [Deco]  {NONE}
   [FocusHidden] {no}
   [Sticky]  {yes}
   [Close] {yes}
[end]

Notice the "[Sticky] {yes}" line.

Application name (xpad) is taken from the first window WM_CLASS
attribute. You can get it by typing "xprop WM_CLASS" in the prompt and
then pointing the cursor to your running application.

-- 
Daniel Vrcic
-- 
gentoo-user@gentoo.org mailing list

Reply via email to