badwm-devel Mailing List for BadWM
Status: Beta
Brought to you by:
ran_at
You can subscribe to this list here.
| 2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(10) |
Oct
(19) |
Nov
(2) |
Dec
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2005 |
Jan
(2) |
Feb
(7) |
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2006 |
Jan
|
Feb
|
Mar
(1) |
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Robert A. <ro...@an...> - 2006-04-06 11:49:18
|
-------- Original Message -------- Subject: Re: [BadWM-devel] thanks, and a patch to fix non-functional keyboard commands Date: Thu, 06 Apr 2006 13:39:53 +0200 From: Robert Annessi <ro...@an...> To: sh...@be... CC: bad...@li... References: <200...@ja...> sh...@be... wrote: > Here's a very tiny (one word) patch that fixes the problem for me. Hi Erik, Unfortunately I=C2=B4m neither using nor writing on BadWM anymore. I hope= to find some time within the next weeks to put all the (half-baked, not yet released) code online for anyone who is interested. Anyway, thank you for providing the patch. Kind regards, Robert |
|
From: <sh...@be...> - 2006-03-31 13:34:21
|
Hi All, First of all, I want to thank you for a great piece of software. I've been searching for the perfect window manager for a while. Just when I'd given up and started poking around trying to write my own and looking for code examples, I stumbled across BadWM. It turns out, you guys seem to have included just about every feature I want: directional mod+mouse resizing, a click-without-raising focus model, minimal borders without title bars or decoration but which separate terminals from eachother and provide a focus indicator. I'm amazed. For a WM with very few configurable parts, you've managed to include everything I care about as a hard-coded feature. (Well, except for using mod4 instead of mod1, but that's easy enough to change.) Thanks! It may be a little rough around the edges still, but it's already very usable and has some very significant advantages over evilwm. I did find what appears to be a pretty serious bug, though. As has been reported in several posts on the mailing lists but apparently never solved, I found upon installing BadWM that none of the keyboard commands worked, although the mouse commands worked fine. I'm very new to programming in X, but it looks to me like the default behavior of XGrabKey() changed somewhere along the way. On my machine (glibc 2.3.5, Xorg 6.8.2, vanilla kernel 2.6.13, slackware 10.2), handle_keyevent() never occurs. Here's a very tiny (one word) patch that fixes the problem for me. Once again, I know next to nothing about X, so no guarantee that it's the right solution. Best, Erik |
|
From: Neateye <nit...@ao...> - 2005-06-02 03:59:34
|
Call out Gouranga be happy!!! Gouranga Gouranga Gouranga .... That which brings the highest happiness!! |
|
From: Tobias L. <sa...@gm...> - 2005-02-11 15:05:04
|
hi i did it. here is the prooif: saubit@dualbit:~$ xmodmap xmodmap: up to 3 keys per modifier, (keycodes in parentheses): shift Shift_L (0x32), Shift_R (0x3e) lock Caps_Lock (0x42) control Control_L (0x25), Control_R (0x6d) mod1 , Alt_L (0x7d) mod2 Num_Lock (0x4d) mod3 mod4 Super_L (0x7f), Hyper_L (0x80) mod5 Mode_switch (0x5d), ISO_Level3_Shift (0x7c) saubit@dualbit:~$ but bad news the "old" version works (this ist von 0.1.1 and not the newsest from the cvs of sf.net) because these do not work too and 0.1.2pre1 still does not work Tobias Lieber On Fri, Feb 11, 2005 at 05:40:30PM +0300, alex kremer wrote: > Hi, > > Try to get > mod1 Alt_L > Only one ALT_L in mod1 and no ALT_L in other mods. > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > BadWM-devel mailing list > Bad...@li... > https://lists.sourceforge.net/lists/listinfo/badwm-devel > |
|
From: alex k. <god...@bk...> - 2005-02-11 14:40:37
|
Hi, Try to get mod1 Alt_L Only one ALT_L in mod1 and no ALT_L in other mods. |
|
From: Tobias L. <sa...@gm...> - 2005-02-11 14:14:01
|
hi ok i checked out xmodmap but in my opinion thsi should be ok: saubit@dualbit:~$ xmodmap xmodmap: up to 3 keys per modifier, (keycodes in parentheses): shift Shift_L (0x32), Shift_R (0x3e) lock Caps_Lock (0x42) control Control_L (0x25), Control_R (0x6d) mod1 Alt_L (0x40), Alt_L (0x7d), Meta_L (0x9c) mod2 Num_Lock (0x4d) mod3 mod4 Super_L (0x7f), Hyper_L (0x80) mod5 Mode_switch (0x5d), ISO_Level3_Shift (0x7c) saubit@dualbit:~$ Tobias Lieber On Fri, Feb 11, 2005 at 04:48:53PM +0300, alex kremer wrote: > Hi, > > It is equal... check out your xmodmap for lags ;) > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > BadWM-devel mailing list > Bad...@li... > https://lists.sourceforge.net/lists/listinfo/badwm-devel > |
|
From: alex k. <god...@bk...> - 2005-02-11 13:48:59
|
Hi, It is equal... check out your xmodmap for lags ;) |
|
From: Tobias L. <sa...@gm...> - 2005-02-11 12:07:51
|
Hi i do not understand why all key commands do not work the code seems to be equal to the version i use (not totaly equal but all wich affects keys seems to be equal) Tobias Lieber |
|
From: alex k. <god...@bk...> - 2005-02-10 23:09:47
|
Hi, I hope some guys like you will make time free and code BadWM a bit... coz i dont have any time now :) Mod is alt by default afaik :) I also motivated 4 russian guys to help BadWM.. i hope they will help as well. Thank you. Alex |
|
From: Tobias L. <sa...@gm...> - 2005-02-10 21:35:31
|
Hi Alex
This ar great news
I am sorry, but the last 3 weeks there was hardly time to read the new code but now i hope i have a little time ;)
first thing:
i read the TODO-list and i wonder why there is a point "* configureable startup applications". In my Opinion uf you want to start apps with the beginning you ca do this with .xinitrc.
then i tried to compile the "new" BadWM and i got a error. the reason: there was no declaration of the void update_client(Client *c) so i added this to die BadWM.h and it compiled...
not really clean, but it copmiled ;)
so my next point was to start the newest BadWM besides the problem withe this line in main.c it worked:
grab_keysym(screens[i].root, Mod1Mask, *keysym);
is it correct, that there arr at the moment not all features from the latest stable in the pre1? like starting a new xterm... Mod + Enter just did nothing ore switching vdesks with Mod +
cursor keys did now work either
Tobias Lieber
On Mon, Jan 24, 2005 at 05:18:38PM +0300, alex kremer wrote:
> Hi guys,
>
> Iv'e made a little project page for BadWM, this is the unoffical BadWM code project, i released the last code there, so you all can check it out if you are curious.
>
> http://godexsoft.7bit.pp.ru/index.php?mod=ls_proj&id=9
>
> Lets move on and code BadWM, please guys! we have a new developer tough.. i hope you will make some time.
> Alex
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
> Tool for open source databases. Create drag-&-drop reports. Save time
> by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
> Download a FREE copy at http://www.intelliview.com/go/osdn_nl
> _______________________________________________
> BadWM-devel mailing list
> Bad...@li...
> https://lists.sourceforge.net/lists/listinfo/badwm-devel
>
|
|
From: alex k. <god...@bk...> - 2005-01-24 14:18:45
|
Hi guys, Iv'e made a little project page for BadWM, this is the unoffical BadWM code project, i released the last code there, so you all can check it out if you are curious. http://godexsoft.7bit.pp.ru/index.php?mod=ls_proj&id=9 Lets move on and code BadWM, please guys! we have a new developer tough.. i hope you will make some time. Alex |
|
From: alex k. <god...@bk...> - 2005-01-23 16:24:56
|
Hello all, Is BadWM project dead allready?? Oke, actually i wanted to wake you guys up... and i know "i have no time.. my work is killing me bla bla bla" shit... i have same shit now, but any way, try to code badwm a bit. please. Guys, i made some little stuf today. 1. Title bar is now made up from a string like "decortitle = STMK", this means: the title bar buttons and title are made up from a string representation... T = Title S = Sticky button M = Maximize/Minimize K = Kill client button 2. The event system for the titlebar is working good now. Thanks all. Please reply and help me coding BadWM. |
|
From: Tobias L. <lit...@gm...> - 2004-11-03 17:19:29
|
Hi When will this be in cvs? Thanks Tobias Lieber On Sun, 31 Oct 2004 16:31:00 -0300 Alexander Kremer <god...@bk...> wrote: > Berney, > > Iv'e made a,s,d,w stuf and PageUP, Down. > The PageUP stuf is just hiding the client and pushing it to the next VD, but we stay at the current VD. that's what u wanted? or u wanted to move the client AND switch the Vdesk at once? > > Thanks :) > > On Sun, Oct 31, 2004 at 01:34:03PM +0100, Bernard Lidicky wrote: > > Alexander Kremer wrote: > > >Yo Berney :) > > > > > >there is a toggle in the [theme] config named 'decoration', if it's 0 -- > > >NO decorations at all. if 1 - decoration is used. > > >There is also 'decorwidth' -- the height of the window titlebar > > >decoration, The buttons on it are being resized automaticly. > > >font = ... is setting the font to use. > > > > > > > Thanks :-) > > > > >I also made possible to toggle Decor and border from keyboard (ALT+o > > >default) so then u have borders and decor by > > >default u still can get a border/decor less client (for xmms it's done > > automaticly since u implemented wm_border(client) :)) > > > > > > > That is a really good idea. > > > > >Ok, now about the keys for moving clients. > > >I think asdw is just great! > > >I will implement it today i think. > > >Pgup/pgdown is also a cool feature :) > > > > > > > I wish you a lot of fun when implementing. Unfortunately I have a lot of > > work at school but I'll be happy to test it :-) > > > > > > Berny > > -- > Best Regards, > Alexander Kremer. > > > ------------------------------------------------------- > This SF.Net email is sponsored by: > Sybase ASE Linux Express Edition - download now for FREE > LinuxWorld Reader's Choice Award Winner for best database on Linux. > http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click > _______________________________________________ > BadWM-devel mailing list > Bad...@li... > https://lists.sourceforge.net/lists/listinfo/badwm-devel > |
|
From: alex k. <god...@bk...> - 2004-11-03 14:41:50
|
Hi all, I had a little time today, so iv'e fixed some stuf: + Decoration title bar is now able to get REAL captions from WM_NAME atom, and convert COMPOUND_TEXT to local encoding, so if u are russian u will also see NORMAL russian caption and not an string like "\koi8-rфыв \utfasd". + Title bars caption string is now also striped in a hackers way -- Just cleararea call to the place where the buttons must be. That means what the caption (if it's long) don't messes the buttons up anymore. + Shade -- if u click with left mouse button on the title bar you will see the window shading and leaving only the title bar visible on the screen. i found it really usefull :) Thats it for now, ill mail the new code later, first to Berney coz he knows about good testing :) TODO: - FIX the goddamned seg faults when starting BadWM, adding one terminal and then closing it. - MAKE a vector based button style like fvwm2 has :P Thanks all, whats it. |
|
From: Alexander K. <god...@bk...> - 2004-10-31 13:33:13
|
Berney, Iv'e made a,s,d,w stuf and PageUP, Down. The PageUP stuf is just hiding the client and pushing it to the next VD, but we stay at the current VD. that's what u wanted? or u wanted to move the client AND switch the Vdesk at once? Thanks :) On Sun, Oct 31, 2004 at 01:34:03PM +0100, Bernard Lidicky wrote: > Alexander Kremer wrote: > >Yo Berney :) > > > >there is a toggle in the [theme] config named 'decoration', if it's 0 -- > >NO decorations at all. if 1 - decoration is used. > >There is also 'decorwidth' -- the height of the window titlebar > >decoration, The buttons on it are being resized automaticly. > >font = ... is setting the font to use. > > > > Thanks :-) > > >I also made possible to toggle Decor and border from keyboard (ALT+o > >default) so then u have borders and decor by > >default u still can get a border/decor less client (for xmms it's done > automaticly since u implemented wm_border(client) :)) > > > > That is a really good idea. > > >Ok, now about the keys for moving clients. > >I think asdw is just great! > >I will implement it today i think. > >Pgup/pgdown is also a cool feature :) > > > > I wish you a lot of fun when implementing. Unfortunately I have a lot of > work at school but I'll be happy to test it :-) > > > Berny -- Best Regards, Alexander Kremer. |
|
From: Alexander K. <god...@bk...> - 2004-10-31 12:18:35
|
Yo Berney :) there is a toggle in the [theme] config named 'decoration', if it's 0 -- NO decorations at all. if 1 - decoration is used. There is also 'decorwidth' -- the height of the window titlebar decoration, The buttons on it are being resized automaticly. font = ... is setting the font to use. I also made possible to toggle Decor and border from keyboard (ALT+o default) so then u have borders and decor by default u still can get a border/decor less client (for xmms it's done automaticly since u implemented wm_border(client) :)) Ok, now about the keys for moving clients. I think asdw is just great! I will implement it today i think. Pgup/pgdown is also a cool feature :) On Sun, Oct 31, 2004 at 01:05:04PM +0100, Bernard Lidicky wrote: > Alexander Kremer wrote: > >It's done allready ofcourse :) > >I wanna make this too: > >- fvwm2 style buttons (like buttonstyle 1 @1:10x10 @2:10x15...) > >- config option for font used in the decoration > >- adding buttons from config to the decoration > > > > Please make possible to have all windows without decorations. That is > one of most important reasons why I use BadWM :-) > > >and > >- Move windows by Alt+ up/down/left/right > >- Make it configureable trough the config file > > > > That would be cool - just a few days ago I had to work withou mouse :-) > But don't forget that Alt+ left/right is used for switching worksapace > and Alt+ down is used for lowering window. I guess that there could be > different default keys for moving window. > Maybe a,s,d,w - every 3D game player uses them for moving. In this case > user may(must) move windows using olny one hand. > Or if you want to use both hands - then you may use > Delete,Home,End,PageDown - it isn't intuitive, but these keys are free :-) > > Maybe PageUp and PageDown could be used for moving current window > between workspaces - that would be a nice feature too. > > -- Berny > > > ------------------------------------------------------- > This SF.Net email is sponsored by: > Sybase ASE Linux Express Edition - download now for FREE > LinuxWorld Reader's Choice Award Winner for best database on Linux. > http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click > _______________________________________________ > BadWM-devel mailing list > Bad...@li... > https://lists.sourceforge.net/lists/listinfo/badwm-devel -- Best Regards, Alexander Kremer. |
|
From: Bernard L. <2b...@se...> - 2004-10-31 12:05:20
|
Alexander Kremer wrote: > It's done allready ofcourse :) > I wanna make this too: > - fvwm2 style buttons (like buttonstyle 1 @1:10x10 @2:10x15...) > - config option for font used in the decoration > - adding buttons from config to the decoration > Please make possible to have all windows without decorations. That is one of most important reasons why I use BadWM :-) > and > - Move windows by Alt+ up/down/left/right > - Make it configureable trough the config file > That would be cool - just a few days ago I had to work withou mouse :-) But don't forget that Alt+ left/right is used for switching worksapace and Alt+ down is used for lowering window. I guess that there could be different default keys for moving window. Maybe a,s,d,w - every 3D game player uses them for moving. In this case user may(must) move windows using olny one hand. Or if you want to use both hands - then you may use Delete,Home,End,PageDown - it isn't intuitive, but these keys are free :-) Maybe PageUp and PageDown could be used for moving current window between workspaces - that would be a nice feature too. -- Berny |
|
From: Alexander K. <god...@bk...> - 2004-10-31 00:27:06
|
It's done allready ofcourse :) I wanna make this too: - fvwm2 style buttons (like buttonstyle 1 @1:10x10 @2:10x15...) - config option for font used in the decoration - adding buttons from config to the decoration and - Move windows by Alt+ up/down/left/right - Make it configureable trough the config file thats all for now. On Sun, Oct 31, 2004 at 01:01:41AM -0500, Tobias Lieber wrote: > Hi Alexander > > I think this is very interesting. > in my opinion, it would be the best, if you could activate or deactivate this +in the configuration > > Tobias Lieber > -- Best Regards, Alexander Kremer. |
|
From: Tobias L. <sa...@gm...> - 2004-10-31 00:02:57
|
Hi Alexander I think this is very interesting. in my opinion, it would be the best, if you could activate or deactivate this in the configuration Tobias Lieber On Sun, 31 Oct 2004 02:45:31 -0300 Alexander Kremer <god...@bk...> wrote: > Hi all, > > Today i had some time and i wanted to implement a VERY simple window decoration, just a bar with 3 buttons for sticky, max/min, kill And ofcourse the caption (title) + some little info about window. > Check out screenshot: http://godexsoft.7bit.pp.ru/index.php?mod=view&aid=25&id=32 > We want this? > > Thanks. > > -- > Best Regards, > Alexander Kremer. > > > ------------------------------------------------------- > This SF.Net email is sponsored by: > Sybase ASE Linux Express Edition - download now for FREE > LinuxWorld Reader's Choice Award Winner for best database on Linux. > http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click > _______________________________________________ > BadWM-devel mailing list > Bad...@li... > https://lists.sourceforge.net/lists/listinfo/badwm-devel > |
|
From: Alexander K. <god...@bk...> - 2004-10-30 23:47:38
|
Hi all, Today i had some time and i wanted to implement a VERY simple window decoration, just a bar with 3 buttons for sticky, max/min, kill And ofcourse the caption (title) + some little info about window. Check out screenshot: http://godexsoft.7bit.pp.ru/index.php?mod=view&aid=25&id=32 We want this? Thanks. -- Best Regards, Alexander Kremer. |
|
From: Alexander K. <god...@bk...> - 2004-10-05 13:55:46
|
Hi. Maybe you are right, maybe we just need to get a session manager working. Session manager is smf like KDM, XDM, GDM? if so, it suck, and i dont use it, but i will if it's usefull :) Berney, give me your icq so we can talk about it. On Tue, Oct 05, 2004 at 01:52:39PM +0200, Bernard Lidicky wrote: > Hi, > I think that this isn't thing that BadWM should do. > - all that I have written are just some ideas and > they don't have to be true - > > It may be a good idea to leave BadWM without ability to create windows > at startup. Because there is something called session manager - it > may be able to it instead of window manager. > > http://csrc.nist.gov/publications/nistpubs/800-7/node74.html > > I guess that it is what we need. Since BadWM is able to use > _NET atoms (tanks Alex) it may be possible to use any other > standart session manager together with BadWM. > > The problem is how to identify window - executed program. :-) > I'll try to use the source and look. > > Berny > > > Ok, > > > > Now i understand why it's not THAT simple :) > > Where is a startapp option now, it parses the vdesk and the cmd now, but it uses spawn, and spawn don't support setting the desktop. > > The problem here is that the window self is created after parsing the configs, it's made by a event, and the event don't know about the vdesk we wanted so much. > > What can we do? we can implement a startapp mechanism, it should remember all the parameters we had specified in the configs and then after all it shell start the apps, however, make_new_client have now 3 arguments where the last one is vdesk. > > > > i have no more ideas :( > > Berney, please help :) > > > > > > > On Mon, Oct 04, 2004 at 05:02:04PM -0300, Alexander Kremer wrote: > > > Hi all, > > > > > > I was thinking about the startapp config option and i figured out how to implement this :) > > > In netwm spec iv'e readed about _NET_WM_DESKTOP property for every client window and i have implemented it, it's working like: > > > Then creating a client, we set this property to the clients win for later use, for example my pager uses this atom to get the desktop which we need to plot the clients representation on. > > > So we just need to set this atom on the newly created window then we starting apps from the config file. > > > > > > I will try to make this real today. > > > > > > -- > > > Best Regards, > > > Alexander Kremer. > > > > > > > > > ------------------------------------------------------- > > > This SF.net email is sponsored by: IT Product Guide on ITManagersJournal > > > Use IT products in your business? Tell us what you think of them. Give us > > > Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more > > > http://productguide.itmanagersjournal.com/guidepromo.tmpl > > > _______________________________________________ > > > BadWM-devel mailing list > > > Bad...@li... > > > https://lists.sourceforge.net/lists/listinfo/badwm-devel > > > > -- > > Best Regards, > > Alexander Kremer. > > > > > > ------------------------------------------------------- > > This SF.net email is sponsored by: IT Product Guide on ITManagersJournal > > Use IT products in your business? Tell us what you think of them. Give us > > Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more > > http://productguide.itmanagersjournal.com/guidepromo.tmpl > > _______________________________________________ > > BadWM-devel mailing list > > Bad...@li... > > https://lists.sourceforge.net/lists/listinfo/badwm-devel > > > ------------------------------------------------------- > This SF.net email is sponsored by: IT Product Guide on ITManagersJournal > Use IT products in your business? Tell us what you think of them. Give us > Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more > http://productguide.itmanagersjournal.com/guidepromo.tmpl > _______________________________________________ > BadWM-devel mailing list > Bad...@li... > https://lists.sourceforge.net/lists/listinfo/badwm-devel -- Best Regards, Alexander Kremer. |
|
From: <2b...@se...> - 2004-10-05 11:52:48
|
Hi, I think that this isn't thing that BadWM should do. - all that I have written are just some ideas and they don't have to be true - It may be a good idea to leave BadWM without ability to create windows at startup. Because there is something called session manager - it may be able to it instead of window manager. http://csrc.nist.gov/publications/nistpubs/800-7/node74.html I guess that it is what we need. Since BadWM is able to use _NET atoms (tanks Alex) it may be possible to use any other standart session manager together with BadWM. The problem is how to identify window - executed program. :-) I'll try to use the source and look. Berny > Ok, > > Now i understand why it's not THAT simple :) > Where is a startapp option now, it parses the vdesk and the cmd now, but it uses spawn, and spawn don't support setting the desktop. > The problem here is that the window self is created after parsing the configs, it's made by a event, and the event don't know about the vdesk we wanted so much. > What can we do? we can implement a startapp mechanism, it should remember all the parameters we had specified in the configs and then after all it shell start the apps, however, make_new_client have now 3 arguments where the last one is vdesk. > > i have no more ideas :( > Berney, please help :) > > On Mon, Oct 04, 2004 at 05:02:04PM -0300, Alexander Kremer wrote: > > Hi all, > > > > I was thinking about the startapp config option and i figured out how to implement this :) > > In netwm spec iv'e readed about _NET_WM_DESKTOP property for every client window and i have implemented it, it's working like: > > Then creating a client, we set this property to the clients win for later use, for example my pager uses this atom to get the desktop which we need to plot the clients representation on. > > So we just need to set this atom on the newly created window then we starting apps from the config file. > > > > I will try to make this real today. > > > > -- > > Best Regards, > > Alexander Kremer. > > > > > > ------------------------------------------------------- > > This SF.net email is sponsored by: IT Product Guide on ITManagersJournal > > Use IT products in your business? Tell us what you think of them. Give us > > Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more > > http://productguide.itmanagersjournal.com/guidepromo.tmpl > > _______________________________________________ > > BadWM-devel mailing list > > Bad...@li... > > https://lists.sourceforge.net/lists/listinfo/badwm-devel > > -- > Best Regards, > Alexander Kremer. > > > ------------------------------------------------------- > This SF.net email is sponsored by: IT Product Guide on ITManagersJournal > Use IT products in your business? Tell us what you think of them. Give us > Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more > http://productguide.itmanagersjournal.com/guidepromo.tmpl > _______________________________________________ > BadWM-devel mailing list > Bad...@li... > https://lists.sourceforge.net/lists/listinfo/badwm-devel |
|
From: Alexander K. <god...@bk...> - 2004-10-04 14:12:41
|
Ok, Now i understand why it's not THAT simple :) Where is a startapp option now, it parses the vdesk and the cmd now, but it uses spawn, and spawn don't support setting the desktop. The problem here is that the window self is created after parsing the configs, it's made by a event, and the event don't know about the vdesk we wanted so much. What can we do? we can implement a startapp mechanism, it should remember all the parameters we had specified in the configs and then after all it shell start the apps, however, make_new_client have now 3 arguments where the last one is vdesk. i have no more ideas :( Berney, please help :) On Mon, Oct 04, 2004 at 05:02:04PM -0300, Alexander Kremer wrote: > Hi all, > > I was thinking about the startapp config option and i figured out how to implement this :) > In netwm spec iv'e readed about _NET_WM_DESKTOP property for every client window and i have implemented it, it's working like: > Then creating a client, we set this property to the clients win for later use, for example my pager uses this atom to get the desktop which we need to plot the clients representation on. > So we just need to set this atom on the newly created window then we starting apps from the config file. > > I will try to make this real today. > > -- > Best Regards, > Alexander Kremer. > > > ------------------------------------------------------- > This SF.net email is sponsored by: IT Product Guide on ITManagersJournal > Use IT products in your business? Tell us what you think of them. Give us > Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more > http://productguide.itmanagersjournal.com/guidepromo.tmpl > _______________________________________________ > BadWM-devel mailing list > Bad...@li... > https://lists.sourceforge.net/lists/listinfo/badwm-devel -- Best Regards, Alexander Kremer. |
|
From: Alexander K. <god...@bk...> - 2004-10-04 13:04:25
|
Hi all, I was thinking about the startapp config option and i figured out how to implement this :) In netwm spec iv'e readed about _NET_WM_DESKTOP property for every client window and i have implemented it, it's working like: Then creating a client, we set this property to the clients win for later use, for example my pager uses this atom to get the desktop which we need to plot the clients representation on. So we just need to set this atom on the newly created window then we starting apps from the config file. I will try to make this real today. -- Best Regards, Alexander Kremer. |
|
From: Alexander K. <god...@bk...> - 2004-10-03 18:41:53
|
:) -- Best Regards, Alexander Kremer. |