View Single Post
  #1   (View Single Post)  
Old 7th June 2012
sw2wolf sw2wolf is offline
λ programmer
 
Join Date: Mar 2012
Location: China
Posts: 133
Default Why doesnot fluxbox auto tabbing work ?

Code:
$ uname -a
OpenBSD myobsd.zsoft.com 5.1 GENERIC#160 i386
I have the following code in ~/.fluxbox/apps
Code:
# a group that only looks for windows on the current workspace
[group]   (workspace=[current])
    [app] (name=xterm) (class=XTerm) 
    [app] (name=firefox) (class=Firefox)
    [Maximized]   {yes}
[end]
However, Both firefox and xterm cannot be grouped together automatically once started.

Best Regards!

Last edited by sw2wolf; 9th June 2012 at 12:53 AM.
Reply With Quote