Re: CTRL+C doesn't work in a terminal

2009-09-08 Thread Massimo Gengarelli
This is a well-known bug with gentoo and libev. You have to upgrade awesome to >x11-wm/awesome-3.3.2. On Tue, Sep 08, 2009 at 12:38:36AM -0400, anto gerva wrote: > Hi, I was just trying a new gentoo install with awesome 3.2.1 from the > current ebuild and when going I'm into a terminal(tested on u

Re: Client handling

2009-09-08 Thread Alessandro Massignan
Hi, > You could have a global variable, like classname that you set when spawning > a client. Then in the startup hook function, if classname isn't nil, do > something special. Then set classname to nil, so it's not handled again. Mmmh... And if i would to handle the client position just after spa

Re: Client handling

2009-09-08 Thread Gregor Best
On Tue, Sep 08, 2009 at 01:55:03PM +0200, Alessandro Massignan wrote: > [...] > Mmmh... And if i would to handle the client position just after > spawning it avoiding > the hook path? That is handling it in the same function. > Eg.: > > function launch_terminal() > awful.util.spawn("xterm") >

Re: Client handling

2009-09-08 Thread Alessandro Massignan
Hi, > But you wouldn't know which client object to modify. "Solutions" like > this and the "change a global variable" are prone to race conditions if > another window opens between executing the spawn command and the window > finally appearing. Yes, this is true... Sorry for the stupid question, b

urxvt transparency, ugly borders

2009-09-08 Thread Iñaki Garay
Hello everyone, my problem: I use urxvt with the transparency option and a nice wallpaper. When the layout changes, for example when spawning a terminal, urxvt will show a slighly ugly border in the terminal, on the bottom and right sides. However, if I restart awesome by Mod4+Shift+R, the ugly bo

Re: urxvt transparency, ugly borders

2009-09-08 Thread Iñaki Garay
> What's happening is that urxvt (like many terminal emulators) can only > draw windows of some specific sizes based on the size of the > characters (eg. x number of rows, and y number of columns.) So while > you may have larger and the equivalent of say 80.4x20.1, urxvt can't > do anything with th

obese system tray

2009-09-08 Thread eeeeeeee
hi all, my system tray keeps getting bigger everytime i start/stop a vm in vmware. has anyone seen this happen or have a solution to this problem? thanks.

Opera problem

2009-09-08 Thread Mulong Chen
Hi folks, I am trying to use Opera 10 in awesome. And i found the opera windows is always maximized. I have tried to set ["opera"] = false in floatapp section, but it doesn't work. Any way to solve this? THx. Chen Mulong -- To unsubscribe, send mail to awesome-unsubscr...@naquadah.org.

Re: Opera problem

2009-09-08 Thread Rob
http://www.mail-archive.com/awesome@naquadah.org/msg01639.html Is that relevant? If so, Mod4 + M to unmaximize.

Re: Opera problem

2009-09-08 Thread Mulong Chen
lol "Mod4 + M" works! THX a lot! On Wed, Sep 9, 2009 at 10:26 AM, Rob wrote: > http://www.mail-archive.com/awesome@naquadah.org/msg01639.html > > Is that relevant? > If so, Mod4 + M to unmaximize. -- To unsubscribe, send mail to awesome-unsubscr...@naquadah.org.

Re: Client handling

2009-09-08 Thread Alessandro Massignan
Hi Gregor, using hooks.manage works out of the box like a missile! :-) In this way i could leave the floatapps table untouch, that's another own paranoid: customizing leaving the original configuration as shipped (where and when it's possible) and working on includes. Another beat this morning: i