Re: [dev] [dwm] x11 corner case bug

2011-10-10 Thread Connor Lane Smith
Hey, On 10/10/2011, Matthew Phillips wrote: > I stumbled on an odd dwm X11 bug yesterday. Resize any window (a terminal > works) to 4-5 times the width of your screens resolution, and at some point > the floating superwide window will appear on all workspaces, but becomes > unselectable. I think

[dev] [dwm] x11 corner case bug

2011-10-10 Thread Matthew Phillips
Hi, I stumbled on an odd dwm X11 bug yesterday. Resize any window (a terminal works) to 4-5 times the width of your screens resolution, and at some point the floating superwide window will appear on all workspaces, but becomes unselectable. I mentioned it in #suckless where __20h___ confirmed: 16:0

[dev] microtouch

2011-10-10 Thread pancake
https://github.com/rossumur/microtouch http://rossum.posterous.com/8-bit-device-kindles-ebook-fire-an-e-reader-f www.adafruit.com/products/330 what about porting this to X/wayland as a widget api? sadly its C++.. but maybe it is not that hard

[dev] surf + tabbed

2011-10-10 Thread Mount Peaks
Hi there, I wondered if anybody can tip me up on how to make tabbed spawn tabs on the right of the active tab, not on the left as it does by default in surf browser? To spawn tabs the following setup is used in tabbed: XK_t, spawn, { .v = (char*[]){ "surf", "-e", winid, NULL} } },