Re: Problems with autogrouping
"Rafael B. Tauil" <[email protected]> Tue, 14 Nov 2017 12:05:56 -0200
| Newsgroups | gmane.comp.window-managers.fluxbox.user |
|---|---|
| Message-ID | <CAEaduX+CcPJiasHK_zHTimOTwehgDD58jXrfNjeEC_2N8OiJzw@mail.gmail.com> |
--===============1368867320022405763== Content-Type: multipart/alternative; boundary="001a113f29aafdf363055df1e389" --001a113f29aafdf363055df1e389 Content-Type: text/plain; charset="UTF-8" Hi David, Yeah. I've migrated to i3 to give it a try and never changed back, but I still do care about Fluxbox development because it was my main Window Manager since a long time ago. BTW, I've been switching between workspaces through Meta Key + numbers. Best! _______________________________ Rafael B. Tauil Ruby and Front-end developer Homebrewer - untappd.com/gattobier On Tue, Nov 14, 2017 at 11:52 AM, David Woodfall <[email protected]> wrote: > Rafael, > > I will certainly let you know if I find out anything. > > I've been trying out i3 for a couple of weeks now, and as much as I > like fluxbox, which I've been using for years, I find i3 does some > things a bit better. Although it's a tiling window manager, it's > possible to set it up to use tabbing by default. And all you need to > do is set which workspace an application should open on and it tabs > with no further effort on the user's part. > > There are some things that fluxbox does better, like being able to > bring up a window menu with a keybind or mouse to remember window > positions and properties etc. With i3 all there is is config editing, > and there are no commands to go workspace left/right, so I had to make > a couple of binds with some shells scripts using wmctrl to do that. > But this grouping problem is a show stopper now that I need to tab > windows together. > > I'm hoping that one of the devs might see this and provide some > insight. > > David > > > Hi David, >> >> I had that problem too. Never could figure it out how to solve this. I >> would really appreciate if you could share the solution in case you find >> one. >> >> Thanks, >> >> _______________________________ >> Rafael B. Tauil >> Ruby and Front-end developer >> Homebrewer - untappd.com/gattobier >> >> On Tue, Nov 14, 2017 at 2:50 AM, David Woodfall <[email protected]> >> wrote: >> >> I have been trying to setup some autogrouping. I want firefox and >>> >>>> chromium to group on workspace 1. >>>> >>>> This is what I have in my apps file: >>>> >>>> [app] (name=Navigator) (class=Firefox) (role=browser) >>>> [Workspace] {1} >>>> [Tab] {yes} >>>> [Maximized] {yes} >>>> [Close] {yes} >>>> [end] >>>> [app] (name=chromium-devel) (class=Chromium-devel) (role=browser) >>>> [Workspace] {1} >>>> [Tab] {yes} >>>> [Maximized] {no} >>>> [Close] {yes} >>>> [end] >>>> [group] >>>> [app] (class=Chromium-devel) >>>> [Workspace] {1} >>>> [app] (class=Firefox) >>>> [Workspace] {1} >>>> [end] >>>> >>>> They go to the right workspace, but they won't tab. >>>> >>>> I have also had problems with tor browser, in that if I try to save >>>> any options using the windowmenu, it removes itself from [group] >>>> >>>> Am I missing something here? >>>> >>>> Thanks in advance. >>>> >>>> Dave >>>> >>>> >>> I'm using fluxbox from git clones around 26th Oct. I just did another >>> clone to see if there's any difference. >>> >>> >>> ------------------------------------------------------------ >>> ------------------ >>> Check out the vibrant tech community on one of the world's most >>> engaging tech sites, Slashdot.org! http://sdm.link/slashdot >>> _______________________________________________ >>> Fluxbox-users mailing list >>> [email protected] >>> https://lists.sourceforge.net/lists/listinfo/fluxbox-users >>> >>> > ------------------------------------------------------------ >> ------------------ >> Check out the vibrant tech community on one of the world's most >> engaging tech sites, Slashdot.org! http://sdm.link/slashdot >> > > _______________________________________________ >> Fluxbox-users mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/fluxbox-users >> > > > ------------------------------------------------------------ > ------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Fluxbox-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/fluxbox-users > --001a113f29aafdf363055df1e389 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable <div dir=3D"ltr">Hi David,<div><br></div><div>Yeah. I've migrated to i3= to give it a try and never changed back, but I still do care about Fluxbox= development because it was my main Window Manager since a long time ago.</= div><div><br></div><div>BTW, I've been switching between workspaces thr= ough Meta Key + numbers.</div><div><br></div><div>Best!</div></div><div cla= ss=3D"gmail_extra"><br clear=3D"all"><div><div class=3D"gmail_signature" da= ta-smartmail=3D"gmail_signature"><div dir=3D"ltr"><div style=3D"font-family= :arial;font-size:small"><div dir=3D"ltr">_______________________________<br= >Rafael B. Tauil<br>Ruby and=C2=A0Front-end developer</div></div><div dir= =3D"ltr" style=3D"font-family:arial;font-size:small">Homebrewer -=C2=A0<a h= ref=3D"http://untappd.com/gattobier" target=3D"_blank">untappd.com/gattobie= r</a></div></div></div></div> <br><div class=3D"gmail_quote">On Tue, Nov 14, 2017 at 11:52 AM, David Wood= fall <span dir=3D"ltr"><<a href=3D"mailto:[email protected]" target=3D= "_blank">[email protected]</a>></span> wrote:<br><blockquote class=3D"= gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-= left:1ex">Rafael,<br> <br> I will certainly let you know if I find out anything.<br> <br> I've been trying out i3 for a couple of weeks now, and as much as I<br> like fluxbox, which I've been using for years, I find i3 does some<br> things a bit better. Although it's a tiling window manager, it's<br= > possible to set it up to use tabbing by default. And all you need to<br> do is set which workspace an application should open on and it tabs<br> with no further effort on the user's part.<br> <br> There are some things that fluxbox does better, like being able to<br> bring up a window menu with a keybind or mouse to remember window<br> positions and properties etc. With i3 all there is is config editing,<br> and there are no commands to go workspace left/right, so I had to make<br> a couple of binds with some shells scripts using wmctrl to do that.<br> But this grouping problem is a show stopper now that I need to tab<br> windows together.<br> <br> I'm hoping that one of the devs might see this and provide some<br> insight.<span class=3D"HOEnZb"><font color=3D"#888888"><br> <br> David</font></span><div class=3D"HOEnZb"><div class=3D"h5"><br> <br> <blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1p= x #ccc solid;padding-left:1ex"> Hi David,<br> <br> I had that problem too. Never could figure it out how to solve this. I<br> would really appreciate if you could share the solution in case you find<br= > one.<br> <br> Thanks,<br> <br> ______________________________<wbr>_<br> Rafael B. Tauil<br> Ruby and Front-end developer<br> Homebrewer - <a href=3D"http://untappd.com/gattobier" rel=3D"noreferrer" ta= rget=3D"_blank">untappd.com/gattobier</a><br> <br> On Tue, Nov 14, 2017 at 2:50 AM, David Woodfall <<a href=3D"mailto:dave@= dawoodfall.net" target=3D"_blank">[email protected]</a>> wrote:<br> <br> <blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1p= x #ccc solid;padding-left:1ex"> I have been trying to setup some autogrouping. I want firefox and<br> <blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1p= x #ccc solid;padding-left:1ex"> chromium to group on workspace 1.<br> <br> This is what I have in my apps file:<br> <br> [app] (name=3DNavigator) (class=3DFirefox) (role=3Dbrowser)<br> [Workspace]=C2=A0 =C2=A0{1}<br> [Tab]=C2=A0 =C2=A0 =C2=A0{yes}<br> [Maximized]=C2=A0 =C2=A0{yes}<br> [Close]=C2=A0 =C2=A0{yes}<br> [end]<br> [app] (name=3Dchromium-devel) (class=3DChromium-devel) (role=3Dbrowser)<br> [Workspace]=C2=A0 =C2=A0{1}<br> [Tab]=C2=A0 =C2=A0 =C2=A0{yes}<br> [Maximized]=C2=A0 =C2=A0{no}<br> [Close]=C2=A0 =C2=A0{yes}<br> [end]<br> [group]<br> [app] (class=3DChromium-devel)<br> [Workspace]=C2=A0 =C2=A0{1}<br> [app] (class=3DFirefox)<br> [Workspace]=C2=A0 =C2=A0{1}<br> [end]<br> <br> They go to the right workspace, but they won't tab.<br> <br> I have also had problems with tor browser, in that if I try to save<br> any options using the windowmenu, it removes itself from [group]<br> <br> Am I missing something here?<br> <br> Thanks in advance.<br> <br> Dave<br> <br> </blockquote> <br> I'm using fluxbox from git clones around 26th Oct. I just did another<b= r> clone to see if there's any difference.<br> <br> <br> ------------------------------<wbr>------------------------------<br> ------------------<br> Check out the vibrant tech community on one of the world's most<br> engaging tech sites, Slashdot.org! <a href=3D"http://sdm.link/slashdot" rel= =3D"noreferrer" target=3D"_blank">http://sdm.link/slashdot</a><br> ______________________________<wbr>_________________<br> Fluxbox-users mailing list<br> <a href=3D"mailto:[email protected]" target=3D"_blank">Fl= [email protected]<wbr>e.net</a><br> <a href=3D"https://lists.sourceforge.net/lists/listinfo/fluxbox-users" rel= =3D"noreferrer" target=3D"_blank">https://lists.sourceforge.net/<wbr>lists/= listinfo/fluxbox-users</a><br> <br> </blockquote></blockquote> <br> <blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1p= x #ccc solid;padding-left:1ex"> ------------------------------<wbr>------------------------------<wbr>-----= -------------<br> Check out the vibrant tech community on one of the world's most<br> engaging tech sites, Slashdot.org! <a href=3D"http://sdm.link/slashdot" rel= =3D"noreferrer" target=3D"_blank">http://sdm.link/slashdot</a><br> </blockquote> <br> <blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1p= x #ccc solid;padding-left:1ex"> ______________________________<wbr>_________________<br> Fluxbox-users mailing list<br> <a href=3D"mailto:[email protected]" target=3D"_blank">Fl= [email protected]<wbr>e.net</a><br> <a href=3D"https://lists.sourceforge.net/lists/listinfo/fluxbox-users" rel= =3D"noreferrer" target=3D"_blank">https://lists.sourceforge.net/<wbr>lists/= listinfo/fluxbox-users</a><br> </blockquote> <br> <br> ------------------------------<wbr>------------------------------<wbr>-----= -------------<br> Check out the vibrant tech community on one of the world's most<br> engaging tech sites, Slashdot.org! <a href=3D"http://sdm.link/slashdot" rel= =3D"noreferrer" target=3D"_blank">http://sdm.link/slashdot</a><br> ______________________________<wbr>_________________<br> Fluxbox-users mailing list<br> <a href=3D"mailto:[email protected]" target=3D"_blank">Fl= [email protected]<wbr>e.net</a><br> <a href=3D"https://lists.sourceforge.net/lists/listinfo/fluxbox-users" rel= =3D"noreferrer" target=3D"_blank">https://lists.sourceforge.net/<wbr>lists/= listinfo/fluxbox-users</a><br> </div></div></blockquote></div><br></div> --001a113f29aafdf363055df1e389-- --===============1368867320022405763== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot --===============1368867320022405763== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Fluxbox-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fluxbox-users --===============1368867320022405763==--