Conky + xcompmgr

Hi guys…

This is my current config. I’m trying to quit shadows for my conky window, I’ve seen some configs which does.

Besides, I want rounded corners in my window decorations, how can I do them?

In my windowlist bind, I have this:

Key Tab A M WindowList (CurrentPage) Root c c IconifiedAtEnd CurrentAtEnd \
        NoDeskSort NoGeometry NoCurrentDeskTitle NoCurrentPageTitle \
        SelectOnRelease Alt_L

but everytime I use it, I have to give 2 Alt+Tab in order to change to the next window, and if I want to return to the last, is the same, hit twice my Alt+Tab, how can I fix it in order to hit just one time my binding?[/code]

Check that the WindowList function you’re using has ‘FlipFocus’.

– Thomas Adam

Put “own_window no” into your .conkyrc and it’ll draw directly to the root window.

There’s a patched fvwm that can use rounded corners here:
http://fvwm.lair.be/viewtopic.php?t=1447&highlight=

The other way would be to use a roottransparent colorset for the titlestyle with transparent pngs on top that make it look rounded.

Thanks for your answers gents.

Refering to rounded corners, Has someone of you had succes installing the patchs? I get the following error while I’m compiling.

I could patch only fvwm-snap-20060512 version.

../libs/FShm.h:19:33: error: X11/extensions/XShm.h: No such file or directory
In file included from ../libs/FImage.h:10,
                 from Graphics.c:34:
../libs/FShm.h:31: error: syntax error before 'FShmSeg'
../libs/FShm.h:31: warning: data definition has no type or storage class
../libs/FShm.h:32: error: syntax error before 'FShmSegmentInfo'
../libs/FShm.h:32: warning: data definition has no type or storage class
In file included from Graphics.c:34:
../libs/FImage.h:17: error: syntax error before 'FShmSegmentInfo'
../libs/FImage.h:17: warning: no semicolon at end of struct or union
../libs/FImage.h:18: warning: data definition has no type or storage class
../libs/FImage.h:22: error: syntax error before '*' token
../libs/FImage.h:24: warning: data definition has no type or storage class
../libs/FImage.h:26: error: syntax error before '*' token
../libs/FImage.h:29: warning: data definition has no type or storage class
../libs/FImage.h:32: error: syntax error before 'FImage'
../libs/FImage.h:35: error: syntax error before 'FImage'
Graphics.c: In function 'CreateRotatedPixmap':
Graphics.c:338: error: 'fim' undeclared (first use in this function)
Graphics.c:338: error: (Each undeclared identifier is reported only once
Graphics.c:338: error: for each function it appears in.)
Graphics.c:339: error: 'src_fim' undeclared (first use in this function)
Graphics.c: In function 'CreateGradientPixmap':
Graphics.c:922: error: 'fim' undeclared (first use in this function)
Graphics.c: In function 'CreateGradientPixmapFromString':
Graphics.c:1285: warning: pointer targets in passing argument 11 of 'CreateGradientPixmap' differ in signedness
make[2]: *** [Graphics.o] Error 1
make[2]: Leaving directory `/home/gustavo/dls/fvwm/install/fvwm-snap-20060512/libs'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/gustavo/dls/fvwm/install/fvwm-snap-20060512'
make: *** [all] Error 2