Re: [dwm] Virtual keyboards

2009-02-09 Thread Anselm R Garbe
Hi Peter, 2009/2/9 Peter Hartlich sg...@hartlich.com: It appears to me that both the onscreen keyboard and the client with the input focus should have a selfg border -- at least that makes most sense in my opinion. But you need to be able to distinguish between dwm's _selected_ (for

Re: [dwm] Virtual keyboards

2009-02-09 Thread Peter Hartlich
Hi Anselm, It appears to me that both the onscreen keyboard and the client with the input focus should have a selfg border -- at least that makes most sense in my opinion. But you need to be able to distinguish between dwm's _selected_ (for tagging, closing etc.) client and X's _focused_

Re: [dwm] Virtual keyboards

2009-02-08 Thread Anselm R Garbe
Hi Peter, 2009/1/31 Peter Hartlich sg...@hartlich.com: I like this patch and will apply it to 5.4 which is going to be released until the weekend. One problem with it is that you don't really know where keyboard input will be going (dwm being focus-follows-mouse by default). I use another

Re: [dwm] Virtual keyboards

2009-02-08 Thread Peter Hartlich
Hi Anselm, It appears to me that both the onscreen keyboard and the client with the input focus should have a selfg border -- at least that makes most sense in my opinion. But you need to be able to distinguish between dwm's _selected_ (for tagging, closing etc.) client and X's _focused_

Re: [dwm] Virtual keyboards

2009-01-31 Thread Peter Hartlich
Hi Anselm, I like this patch and will apply it to 5.4 which is going to be released until the weekend. One problem with it is that you don't really know where keyboard input will be going (dwm being focus-follows-mouse by default). I use another patch on top of that (attached) to draw a

Re: [dwm] Virtual keyboards

2009-01-31 Thread Peter Hartlich
Plus you may want to rename focus() to selectwin() or something. Uh, selectclient(). Regards, Peter

Re: [dwm] Virtual keyboards

2009-01-26 Thread Anselm R Garbe
Hi, I like this patch and will apply it to 5.4 which is going to be released until the weekend. I should get broadband today that I'll be back online and can support questions regarding my upcoming st and libtg release. Kind regards, Anselm 2009/1/22 Peter Hartlich sg...@hartlich.com: Hi,

Re: [dwm] Virtual keyboards

2009-01-22 Thread Peter Hartlich
Hi, http://s01.de/~gottox/hg/dwm/rev/d3c3a8018349 A port of that + http://s01.de/~gottox/hg/dwm/rev/0c589f7247e6 is attached. Thanks Gottox! Regards, Peter diff --git a/dwm.c b/dwm.c index 77a91ac..133f420 100644 --- a/dwm.c +++ b/dwm.c @@ -86,7 +86,7 @@ struct Client { int basew,

Re: [dwm] Virtual keyboards

2009-01-22 Thread Sergey Dolgov
On Thu, Jan 22, 2009 at 11:04:00AM +0100, Peter Hartlich wrote: Hi, http://s01.de/~gottox/hg/dwm/rev/d3c3a8018349 A port of that + http://s01.de/~gottox/hg/dwm/rev/0c589f7247e6 is attached. Thanks Gottox! Thank you guys! -- Sergey

Re: [dwm] Virtual keyboards

2009-01-21 Thread Antony Jepson
Dear Peter, On 2009-01-21, Peter Hartlich wrote: Hi, It's dishwasher time for my keyboard. For the days it'll be drying, any ideas how to get a virtual keyboard like xkbd, xvkbd, or matchbox-keyboard (last one seems nice enough) to run with dwm? I'm using dwm-gtx now for this very purpose

Re: [dwm] Virtual keyboards

2009-01-21 Thread Peter Hartlich
I'm using dwm-gtx now for this very purpose (I have a tablet PC). Ah, thanks for the hint! Got it working roughly with dwm now. Regards, Peter

Re: [dwm] Virtual keyboards

2009-01-21 Thread Sergey Dolgov
On Wed, Jan 21, 2009 at 11:54:47PM +0100, Peter Hartlich wrote: I'm using dwm-gtx now for this very purpose (I have a tablet PC). Ah, thanks for the hint! Got it working roughly with dwm now. I'd like to know how to get virtual keyboards working with dwm, too. Could you please post the

Re: [dwm] Virtual keyboards

2009-01-21 Thread Enno Gottox Boland
This is the patchset in dwm-gtx: http://s01.de/~gottox/hg/dwm/rev/d3c3a8018349 It should be easy to port it to dwm. regards Gottox 2009/1/22, Sergey Dolgov sol...@gmail.com: On Wed, Jan 21, 2009 at 11:54:47PM +0100, Peter Hartlich wrote: I'm using dwm-gtx now for this very purpose (I have