Re: [dev] [dwm] NetActiveWindow

2011-04-15 Thread Anselm R Garbe
On Fri, Apr 15, 2011 at 01:31:39AM +0200, Andreas Amann wrote: > On Thu, Apr 14, 2011 at 07:21:57PM +0200, Anselm R Garbe wrote: > > I still don't like the fact to call view() with some Arg from within > > dwm, will need to improve this. Arg arguments were only intended for > > config.h, but I thin

[dev] [dwm] Moving windows over status bar is very sluggish

2011-04-15 Thread emseekay
spec: -latest, unpatched dwm -gpu: radeon 5670, driver xf86-video-ati (radeon) When I set an existing(!) font in config.h, moving around a floating window works until it hits the statusbar and becomes very laggy. It doesn't matter what font I use, only the "fallback"-font doesn't show this beha

[dev] [wmii] Ignoring key presses

2011-04-15 Thread Jay Mundrawala
Ive been trying to use the dev version of wmii and it seems to be ignoring my key presses. I checked out the output of /event and theres nothing there. wmii 3.9.2 works fine. Any ideas? Thanks, Jay

Re: [dev] [wmii] Ignoring key presses

2011-04-15 Thread Erik Hahn
On Fri, Apr 15, 2011 at 11:03:38AM -0400, Jay Mundrawala wrote: > Ive been trying to use the dev version of wmii and it seems to be ignoring my > key presses. I checked out the output of /event and theres nothing there. > wmii 3.9.2 works fine. > Any ideas? Are you sure you are using the right mod

Re: [dev] [wmii] Ignoring key presses

2011-04-15 Thread Jay Mundrawala
I've set it to alt, but I have tried both. On Fri, Apr 15, 2011 at 12:59 PM, Erik Hahn wrote: > On Fri, Apr 15, 2011 at 11:03:38AM -0400, Jay Mundrawala wrote: > > Ive been trying to use the dev version of wmii and it seems to be > ignoring my > > key presses. I checked out the output of /event

Re: [dev] [wmii] Ignoring key presses

2011-04-15 Thread Thomas Dahms
Am 15.04.2011, 19:41 Uhr, schrieb Jay Mundrawala : I've set it to alt, but I have tried both. Where have you set that? Keep in mind that wmii from hg reads files in ~/.wmii-hg/, while it is ~/.wmii/ for released versions. Also, the syntax of wmiirc has changed slightly since 3.9.2; using an

Re: [dev] [wmii] Ignoring key presses

2011-04-15 Thread Jay Mundrawala
The contents of my .wmii-hg/wmiirc_local created by wmii: MODKEY=Mod1 The contents of wmiir read /keys: Mod1-Shift-c Mod1-Shift-h Mod1-Shift-j Mod1-Shift-k Mod1-Shift-l Mod1-Shift-t Mod1-a Mod1-b Mod1-d Mod1-f Mod1-h Mod1-j Mod1-k Mod1-l Mod1-m Mod1-n Mod1-p Mod1-s Mod1-t Mod1-Return Mod1-Shift-0

Re: [dev] [wmii] Ignoring key presses

2011-04-15 Thread Thomas Dahms
Am 15.04.2011, 20:14 Uhr, schrieb Jay Mundrawala : The contents of my .wmii-hg/wmiirc_local created by wmii: MODKEY=Mod1 The contents of wmiir read /keys: ... All there. I am afraid I cannot help anymore then. If you happen to have Python installed, you can try the Python wmiirc, just to m

Re: [dev] [wmii] Ignoring key presses

2011-04-15 Thread Suraj Kurapati
On Fri, Apr 15, 2011 at 11:35 AM, Thomas Dahms wrote: > Am 15.04.2011, 20:14 Uhr, schrieb Jay Mundrawala : >> The contents of wmiir read /keys: >> ... >> >> All there. > > I am afraid I cannot help anymore then. Try an alternate wmiirc[1] such as my Ruby wmiirc[2] or the Python wmiirc that comes