Re: fullscreen flash: wrong position

2010-10-26 Thread Sanjuro Makabe
OK actually I got that sorted out. A friend reminded me of the trick to do a "sleep 5 && xprop" in the shell. The flash fullscreen overlay (at least on my system) identifies itself class , name and instance . as one can see from the xprop output: _NET_WM_DESKTOP(CARDINAL) = 0 XKLAVIER_STATE(INTEG

Re: No borders for non-floating windows in awful.layout.suit.max

2010-10-26 Thread immerrr
On 10/26/2010 10:46 PM, Klaus Umbach wrote: I want non-floating windows in awful.layout.suit.max to have no borders. They can use the borders of my screen and the wibox as borders. :-) How could I implement that. I've written this snippet for these purposes. It glitches from time to time (m

No borders for non-floating windows in awful.layout.suit.max

2010-10-26 Thread Klaus Umbach
Hi, I want non-floating windows in awful.layout.suit.max to have no borders. They can use the borders of my screen and the wibox as borders. :-) How could I implement that. - Klaus -- Those who seek eternal truth, need to find faith. -- To unsubscribe, send mail to awesome-unsubscr...

fullscreen flash: wrong position

2010-10-26 Thread Sanjuro Makabe
Hi, I'm using latest awesome (git master) on archlinux and I seem to have a problem regarding fullscreen flash videos. For some reason the fullscren overlay of flash gets positioned totally wrong. It doesn't cover my whole screen but the top of the video seems to be to placed too high so that it w

Re: Scratchpad and Pidgin

2010-10-26 Thread Anurag Priyam
> http://github.com/yeban/awesomerc/blob/master/lib.lua#L45    - see > scratchit, and run_or_raise methods > http://github.com/yeban/awesomerc/blob/master/lib.lua#L45    - notice > the callback Sorry, the second link should be : http://github.com/yeban/awesomerc/blob/master/rc.lua#L401 -- Anurag

Re: Scratchpad and Pidgin

2010-10-26 Thread Anurag Priyam
>  when i first use modkey f2 pidgin appears as wished. when i start >  another application, however, the ,too, start in pidgins scratchpad >  floating and stuff. is there a way to prevent that? or is there a way >  to make a rule for pidgin to be put in a scratchpad(only the >  buddylist)? I am g

Re: i686 archlinux and libpangocairo errors

2010-10-26 Thread Uli Schlachter
Am 26.10.2010 18:22, will floyd wrote: > Linking C executable awesome > /usr/lib/libpangocairo-1.0.so: undefined reference to > 'cairo_ft_font_options_substitute' > /usr/lib/libpangocairo-1.0.so: undefined reference to > 'cairo_ft_font_face_create_for_pattern' If I were to guess, I'd say that your

i686 archlinux and libpangocairo errors

2010-10-26 Thread will floyd
hi all. i posted my problem on the archlinux bbs and so far nobody seems to be having it but me. maybe somebody here has experienced something similar? it goes, to wit: was running awesome-git v3.4.96 (Closing In). when i login i'm getting this error from /var/log/slim.log: awesome: symbol lo

Re: add unfocus signal to a particular client

2010-10-26 Thread Anurag Priyam
> "unfocus" is only emitted on "client", not the individual client objects. Just > like "manage" is only emitted on the general "client" and not on individual > clients. > > You need something like this: > > client:add_signal("unfocus", function (c) if c ~= client_i_am_interested_in > then > retu

Re: add unfocus signal to a particular client

2010-10-26 Thread Uli Schlachter
Am 25.10.2010 20:57, Anurag Priyam wrote: > At the bottom of rc.lua, in the manage signal: > > c:add_signal("marked", function(c) > c.border_color = beautiful.border_marked > end) > > has been used to add marked signal to a client. However, even there I > can not attach a unfocus sign

Scratchpad and Pidgin

2010-10-26 Thread Patrick Bethke
Hey There, her is what i want to do: I want my pidgin buddylist in a scratchpad. so i put awful.key({ modkey }, "F2", function () scratch.drop("pidgin", "center", "right", 0.20,0.75) end), in my rc.lua and here is what happens: when i first use modkey f2 pidgin appears as wished. when i start

Re: Start clients on initialization

2010-10-26 Thread Anurag Priyam
> Is there a way in Awesome to start clients at the start of awesome.  I > have a few awful.util.spawn_with_shell, but I'm looking for a command > to start a program and return the new client (so it can be moved to a > tag, or assigned to the scratch.pad.set). Use, rules to put clients on a partic

Re: More Advance Keyboard Focus

2010-10-26 Thread Julien Danjou
On Tue, Oct 26 2010, Mark Testa wrote: > I don't know what is happening when I double click on a form with form > history. I'm guessing that firefox requests keyboard input and awesome > complies. If this is the case then it seems like my feature is possible. That seems the case. But therefore it