I remember someone mentioned this in the last week. Can anyone give a howto or link to docs?
thx! d.
left-right click and drag it onto the bar of the application you want to dock with.
On Wed, 04 Oct 2006 11:48:32 +0200 derek holzer derek@x-i.net wrote:
I remember someone mentioned this in the last week. Can anyone give a howto or link to docs?
thx! d. -- derek holzer ::: http://www.umatic.nl ---Oblique Strategy # 48: "Discover your formulas and abandon them"
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Is there are way to get new windows (i.e. subpatches, abstractions...) to automatically open in tabs, similar to how Firefox opens new tabs for new sites?
d.
padawan12 wrote:
left-right click and drag it onto the bar of the application you want to dock with.
On Wed, 04 Oct 2006 11:48:32 +0200 derek holzer derek@x-i.net wrote:
I remember someone mentioned this in the last week. Can anyone give a howto or link to docs?
It's all described here: http://fluxbox.org/docbook/en/html/x234.html
./MiS
derek holzer derek@x-i.net writes:
Is there are way to get new windows (i.e. subpatches, abstractions...) to automatically open in tabs, similar to how Firefox opens new tabs for new sites?
d.
padawan12 wrote:
left-right click and drag it onto the bar of the application you want to dock with. On Wed, 04 Oct 2006 11:48:32 +0200 derek holzer derek@x-i.net wrote:
I remember someone mentioned this in the last week. Can anyone give a howto or link to docs?
-- derek holzer ::: http://www.umatic.nl ---Oblique Strategy # 38: "Courage!"
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Hi Michael and Andy,
Michal Seta wrote:
It's all described here: http://fluxbox.org/docbook/en/html/x234.html
I followed these directions but they didn't work. For example, I added "xterm" to .fluxbox/groups and it tabs nicely when I open a new term. So I added the line "Pd Toplevel", which is what
xprop |awk '/WM_CLASS/{print $4}'
reports for the main window and all the patch windows, respectively. However, creating a new window or opening a subpatch still comes up in a new window.
padawan12 wrote:
left-right click and drag it onto the bar of the application you want to dock with.
I was just writing that that didn't work, but then...... Ah, you mean "middle-click"! ;-) But even when I do this, new windows don't tab.
Any other suggestions?
d.
Michal Seta wrote:
It's all described here: http://fluxbox.org/docbook/en/html/x234.html
I guess that was outdated. The answer seems to be here:
http://fluxbox-wiki.org/index.php/Howto_edit_the_apps_file#Grouping_apps_via...
I double check it and get back with details...
d.
derek holzer derek@x-i.net writes:
Is there are way to get new windows (i.e. subpatches, abstractions...) to automatically open in tabs, similar to how Firefox opens new tabs for new sites?
OK, got it working. In short:
Don't use ~/fluxbox/groups file, it's outdated.
Add the following to your ~/.fluxbox/apps [group] [app] (class=Pd) [app] (class=Toplevel) [end]
And restart fluxbox. All new PD windows will open tabbed to the first PD patch you open.
best, d.
derek holzer wrote:
Michal Seta wrote:
It's all described here: http://fluxbox.org/docbook/en/html/x234.html
I guess that was outdated. The answer seems to be here:
http://fluxbox-wiki.org/index.php/Howto_edit_the_apps_file#Grouping_apps_via...
I double check it and get back with details...
d.
derek holzer derek@x-i.net writes:
Is there are way to get new windows (i.e. subpatches, abstractions...) to automatically open in tabs, similar to how Firefox opens new tabs for new sites?