RE: [dwm] Re: keyboard input focus

2008-09-09 Thread pancake
What are you talking about? what is client switching for you? Which keys are you using? If youre talking about the default zoom and alt,tab keys. In dwm theres no random functionailty,but you can make a patch if you want :P. Check your conf and feed us with more concise information. But i

Re: [dwm] malloc'ed client in manage()

2008-09-09 Thread Premysl Hruby
On (09/09/08 09:13), Szabolcs Nagy wrote: To: dwm mail list dwm@suckless.org From: Szabolcs Nagy [EMAIL PROTECTED] Subject: Re: [dwm] malloc'ed client in manage() Reply-To: dwm mail list dwm@suckless.org List-Id: dwm mail list dwm.suckless.org On 9/8/08, Anselm R Garbe [EMAIL PROTECTED]

Re: [dwm] malloc'ed client in manage()

2008-09-09 Thread Anselm R Garbe
2008/9/9 Premysl Hruby [EMAIL PROTECTED]: On (09/09/08 09:13), Szabolcs Nagy wrote: To: dwm mail list dwm@suckless.org From: Szabolcs Nagy [EMAIL PROTECTED] Subject: Re: [dwm] malloc'ed client in manage() Reply-To: dwm mail list dwm@suckless.org List-Id: dwm mail list dwm.suckless.org On

Re: [dwm] Re: keyboard input focus

2008-09-09 Thread Anselm R Garbe
2008/9/9 bill lam [EMAIL PROTECTED]: Mouse click on a window should bring the window to the front (z-order) and the keyboard focus (the caret) should also transfer to a child of that window. But this is not always happens, to make it worse the problem does not show up when I try to reproduce

Re: [dwm] Re: keyboard input focus

2008-09-09 Thread bill lam
On Tue, 09 Sep 2008, Anselm R Garbe wrote: Which terminal are you using? I remember that I noticed such behavior back in the times when I used urxvt, however I switched to uxterm long ago which seems to work properly. And since st will be the official terminal for dwm in the future, I hope

[dwm] dwm + xft

2008-09-09 Thread dzik . dziki
Hello there. It's my first mail on this ML. I wonder if there is any possibility to use xft fonts in dwm. Becouse this patch http://koluthcka.ru/fwm/dwm-4.7-xft.diff doesn't work for me.

Re: [dwm] dwm + xft

2008-09-09 Thread Anselm R Garbe
2008/9/9 [EMAIL PROTECTED]: Hello there. It's my first mail on this ML. I wonder if there is any possibility to use xft fonts in dwm. Becouse this patch http://koluthcka.ru/fwm/dwm-4.7-xft.diff doesn't work for me. I guess this patch just needs to be upgraded to apply with vanilla dwm-5.2.

[dwm] slowness in moving windows OR vlc/mplayer crash

2008-09-09 Thread Albert Cardona
Hi all, I have an ATI FireGL and I use the fglrx binary driver, in ubuntu 8.04. That said: With these two arguments in the Section Device of xorg.conf: Option Textured2D On Option TexturedXrender On ... dwm drags windows around very slowly. But if those parameters

Re: [dwm] slowness in moving windows OR vlc/mplayer crash

2008-09-09 Thread pancake
a friend of me had similar crashes with ubuntu 8 and fglrx when the screensaver was popping up. btw he is using gstreamer and have no problems for playing media. On Tue, 2008-09-09 at 14:55 +0200, Albert Cardona wrote: Hi all, I have an ATI FireGL and I use the fglrx binary driver, in ubuntu

Re: [dwm] slowness in moving windows OR vlc/mplayer crash

2008-09-09 Thread Anselm R Garbe
2008/9/9 Albert Cardona [EMAIL PROTECTED]: I have an ATI FireGL and I use the fglrx binary driver, in ubuntu 8.04. That said: With these two arguments in the Section Device of xorg.conf: Option Textured2D On Option TexturedXrender On ... dwm drags windows around

[dwm] newbie question: floating vs tiled layout

2008-09-09 Thread bill lam
What is the significance of tiled vs floating as that shown in the icon on the statusbar for []= ? I'm puzzled because 1. each tag can have different layout yet the icon is common to all tags. 2. take firefox as an example, the window can be dragged or resized (turned in floating) but the

Re: [dwm] newbie question: floating vs tiled layout

2008-09-09 Thread Anselm R Garbe
2008/9/9 bill lam [EMAIL PROTECTED]: What is the significance of tiled vs floating as that shown in the icon on the statusbar for []= ? I'm puzzled because 1. each tag can have different layout yet the icon is common to all tags. The data model of dwm looks like this: [1...] screens : 1

Re: [dwm] slowness in moving windows OR vlc/mplayer crash

2008-09-09 Thread yy
2008/9/9 Anselm R Garbe [EMAIL PROTECTED]: The window moving/resizing code might be changed after dwm-5.2 which I plan to release tonight. My favorite is just keeping a server grab during the resize/move to prevent clients from redrawing since they won't receive any events during that time.

Re: [dwm] slowness in moving windows OR vlc/mplayer crash

2008-09-09 Thread Mate Nagy
Greetings, I really need the redraw to manage gimp windows, sometimes I just have to see what they are doing to know the size I want, I have the same problem with image viewers, openoffice, etc, but if the server grab solution is simpler I won't matter maintaining a patch for that, maybe a

Re: [dwm] dwm-5.2 / dmenu-3.9

2008-09-09 Thread Michael
On Tue, Sep 09, 2008 at 08:58:47PM +0100, Anselm R Garbe wrote: I'm glad to announce dwm-5.2 and dmenu-3.9. You can download the new releases from: Always wondered if there anything like changelog for releases? Thanks anyway, great work!

Re: [dwm] dwm-5.2 / dmenu-3.9

2008-09-09 Thread Anselm R Garbe
2008/9/9 Michael [EMAIL PROTECTED]: On Tue, Sep 09, 2008 at 08:58:47PM +0100, Anselm R Garbe wrote: I'm glad to announce dwm-5.2 and dmenu-3.9. You can download the new releases from: Always wondered if there anything like changelog for releases? Thanks anyway, great work! Changelog is hg

Re: [dwm] dwm-5.2 / dmenu-3.9

2008-09-09 Thread James Turner
On Wed, Sep 10, 2008 at 12:01:09AM +0400, Michael wrote: On Tue, Sep 09, 2008 at 08:58:47PM +0100, Anselm R Garbe wrote: I'm glad to announce dwm-5.2 and dmenu-3.9. You can download the new releases from: Always wondered if there anything like changelog for releases? Thanks anyway, great

Re: [dwm] patch: fix screen flicker with monocle

2008-09-09 Thread Donald Chai
On Sep 8, 2008, at 2:09 AM, Anselm R Garbe wrote: 2008/9/8 Donald Chai [EMAIL PROTECTED]: Actually, this is a totally unrelated problem. The problem is that XGrabKeyboard generates focus events (XGrabKeyboard is called by the X server after establishing the passive grab with XGrabKey).

Re: [dwm] dwm-5.2 / dmenu-3.9

2008-09-09 Thread Enno Gottox Boland
Hi there! I want to announce that dwm-gtx-5.2 is released too. It can be downloaded as tarball as well as patchset to vanilla dwm. It extends dwm with better Xinerama support, automaticle pointer movement (wmii-2.5 style) and an additional Layout called deck to work better with small screens (=