Re: Another setup question

2012-06-15 Thread Uli Schlachter
Hi, On 16.06.2012 02:29, Evan Driscoll wrote: > On 06/15/2012 03:07 AM, Uli Schlachter wrote: >> Since you are already building awesome yourself, could you apply the attached >> patch and show us the new output from where you did "startx"? Please also >> include the output from "xdpyinfo -queryExt

newbie on lua ask for a simple implement to display some words on widget.

2012-06-15 Thread stardiviner
I do not know Lua, (actually I read a little Lua syntax already. But I do not know how to write this in rc.lua) I hope someone can implement this for me. I want to display a statement on the widget. This statement will change per 1 hour. Those statement can be read from a file, or stored in a arra

Re: Another setup question

2012-06-15 Thread Evan Driscoll
On 06/15/2012 07:29 PM, Evan Driscoll wrote: Also, just in case anything else rings any alarm bells I've attached my .xsession and a directory listing of a couple places I have my custom libraries built. I don't really expect you to look at them (or really spend all that much time on someone with

Re: Another setup question

2012-06-15 Thread Evan Driscoll
On 06/15/2012 07:29 PM, Evan Driscoll wrote: On 06/15/2012 03:07 AM, Uli Schlachter wrote: Since you are already building awesome yourself, could you apply the attached patch and show us the new output from where you did "startx"? Please also include the output from "xdpyinfo -queryExtensions |

Re: Another setup question

2012-06-15 Thread Evan Driscoll
On 06/15/2012 03:07 AM, Uli Schlachter wrote: Since you are already building awesome yourself, could you apply the attached patch and show us the new output from where you did "startx"? Please also include the output from "xdpyinfo -queryExtensions | grep opcode" (or "DISPLAY=:0 xdpyinfo -queryEx

Re: SOLVED Re: Stretching window over both screens?

2012-06-15 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 To report back: I have two monitors above each other, so I modified the function to: function fullscreens(c) awful.client.floating.toggle(c) if awful.client.floating.get(c) then local clientX = screen[1].workarea.x

SOLVED Re: Stretching window over both screens?

2012-06-15 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 15/06/12 14:56, Paweł Rumian wrote: > 2012/6/15 Rainer M Krug : >> Simple question: is there a way of stretching a window over two screens? > > Something like this maybe? http://awesome.naquadah.org/wiki/FullScreens > Exactly that - briliant. T

Re: Stretching window over both screens?

2012-06-15 Thread Paweł Rumian
2012/6/15 Rainer M Krug : > Simple question: is there a way of stretching a window over two screens? Something like this maybe? http://awesome.naquadah.org/wiki/FullScreens -- To unsubscribe, send mail to awesome-unsubscr...@naquadah.org.

Stretching window over both screens?

2012-06-15 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Simple question: is there a way of stretching a window over two screens? I have a two-monitor setup with xrandr and would somtimes like to stretch one window over both monitors - is this possible? At the moment I make the window a floating window

Re: Another setup question

2012-06-15 Thread Uli Schlachter
On 15.06.2012 01:02, Evan Driscoll wrote: > OK, so I spent much of the day trying to get Awesome set up on my work > computer. It's an RHEL5 platform and I don't have root, so it was a bit > of an adventure. > > I'm running 3.4.12 with the default rc.lua. > > I rebuild all the dependencies and