Re: Awesome and EGL/OpenGL trouble

2012-01-22 Thread Torsten Wagner
Nobody around who has an idea about OpenGL/EGL stuff and awesome? On 19 January 2012 10:54, Torsten Wagner wrote: > Hi, > > I tried to use awesome wm on a Toshiba AC100 an ARM Tegra2 machine. > Awesome+Xorg+Framebuffer works fine (but slow) > > However, installing the binary Tegra2 stuff, should

Re: Change the screen for the wibox (git version)

2012-01-22 Thread Alexander Yakushev
On 01/22/2012 07:43 PM, Uli Schlachter wrote: For the top-left corner (assuming w is your wibox): local geom = screen[mouse.screen]:geometry() w.x = geom.x w.y = geom.y Cheers, Uli Oh, I see it now. I thought you were talking about :geometry() method of the widget itself. Thanks a lot

Re: Change the screen for the wibox (git version)

2012-01-22 Thread Uli Schlachter
On 22.01.2012 18:06, Alexander Yakushev wrote: > On 01/22/2012 06:46 PM, Uli Schlachter wrote: >> "Normal" wiboxes can be >> moved by modifying their geometry directly (:geometry({ x = 42, y = 12 })). > Thank you for the answer. > > I cannot use awful.wibox because I don't need the wibox to be att

Re: Change the screen for the wibox (git version)

2012-01-22 Thread Alexander Yakushev
On 01/22/2012 06:46 PM, Uli Schlachter wrote: "Normal" wiboxes can be moved by modifying their geometry directly (:geometry({ x = 42, y = 12 })). Thank you for the answer. I cannot use awful.wibox because I don't need the wibox to be attached to the particurlar side of the screen (but rather "

Re: Change the screen for the wibox (git version)

2012-01-22 Thread Uli Schlachter
On 22.01.2012 16:46, Alexander Yakushev wrote: > It's me again with my silly questions. I skimed through the source of > the new wibox module and it is not quite clear how to change the screen > on which it would be displayed on the fly. As far as I grasped I can set > the screen property at the

Re: ANN: Menubar - decent application menu for Awesome

2012-01-22 Thread Alexander Yakushev
OK, I finally made it work with the latest version from git. You can find it here: https://github.com/alexander-yakushev/menubar/tree/git-version Thanks to Clement for the patch and everyone else for the help. Best regards, Alexander On 01/10/2012 03:01 PM, Clément Démoulins wrote: You can re

Change the screen for the wibox (git version)

2012-01-22 Thread Alexander Yakushev
Good evening, It's me again with my silly questions. I skimed through the source of the new wibox module and it is not quite clear how to change the screen on which it would be displayed on the fly. As far as I grasped I can set the screen property at the wibox construction time, but after tha

Re: Awesome wm in Kindle Touch!

2012-01-22 Thread Uli Schlachter
[Lot's of guesswork here] So anyone feels like asking gpl-violations.org for their input? IMHO this isn't a "big" violation. They are publishing everything, they just added their own copyright/license header where there previously wasn't one at all. Still, the default config should be covered by

Re: Naughty doesn't display JPEGs in master git version

2012-01-22 Thread Uli Schlachter
On 21.01.2012 13:20, Alexander Yakushev wrote: > On 01/21/2012 01:58 PM, Uli Schlachter wrote: >> You could find us a nice, small library for loading images into cairo >> surfaces. >> Previously awesome was using imlib2 which has built-in support for loading a >> wide variety of image formats. >>