Removing a major Compiz annoyance
September 14th, 2006 by Nicholas Petreley
As much as I love the 3D Compiz/Cgwd, there is one thing I can do without: Wobbly menus. When you pull down or pop-up a wobbly menu, hitting the right menu selection is like target practice. It's even worse if you have to drill down to a sub-sub-sub menu selection because each sub-menu wobbles, too. Here's how to turn off this behavior in the most recent installation of Compiz.
Use the csm program to customize the behavior of plugins. Select Wobbly Windows from the left panel. Look for the Map Windows Types group box. Uncheck PopupMenu, Unknown and DropdownMenu. That's all there is to it. You can uncheck Menu, too, if it's checked on your system. It isn't checked by default on mine. Here's a quick screen shot of the csm configuration.

__________________________
| Attachment | Size |
|---|---|
| Wobbly-Menus-Off.png | 87.17 KB |
Special Magazine Offer -- Free Gift with Subscription
Receive a free digital copy of Linux Journal's System Administration Special Edition as well as instant online access to current and past issues. CLICK HERE for offer
Linux Journal: delivering readers the advice and inspiration they need to get the most out of their Linux systems since 1994.
Subscribe now!
The Latest
Newsletter
Tech Tip Videos
- Nov-04-09
- Oct-29-09
- Oct-26-09
Recently Popular
From the Magazine
December 2009, #188
If last month's Infrastrucuture issue was too "big" for you then try on this month's Embedded issue. Find out how to use Player for programming mobile robots, build a humidity controller for your root cellar, find out how to reduce the boot time of your embedded system, and if you're new to embedded systems find out the basics that go into one. You can also read about the Beagle Board, the Mesh Potato and a spate of other interestingly named items. And along with our regular columns don't miss our new monthly column: Economy Size Geek.
Delicious
Digg
StumbleUpon
Reddit
Facebook








Kwin?
On September 14th, 2006 Anonymous (not verified) says:
Hi! Are you running XGL/Compiz in KDE with Kwin Window Decorator? If so, please let me know how, 'cause I have to use cgwd in KDE, which is not so stable.
Thanks.
Kwin vs. Cgwd
On September 14th, 2006 Nicholas Petreley says:
As far as I know, the existing Kwin doesn't support Xgl/Compiz. I use cgwd. It is surprisingly stable for me. The only problem I encountered was the fact that the new compiz-start program doesn't do the xmod change, so things like shift-Backspace will kill the X server. Edit /usr/bin/compiz-start and add this line at the end to fix this problem:
xmodmap -e "keycode 22 = BackSpace Delete"
That will stop the X server from seeming to crash every time you accidentally hit a combination like shift-Backspace.
DontZap
On September 20th, 2006 Anonymous (not verified) says:
There's a better way to prevent yourself from killing the X server. Put this directive in your xorg.conf and X will just ignore Alt+Control+Backspace:
Section "ServerFlags"
Option "DontZap" "true"
EndSection
DontZap: Not the solution
On September 23rd, 2006 Anonymous (not verified) says:
The DontZap option had no effect for me - only using the xmodmap trick stopped SHIFT+BACKSPACE from killing XGL.
Thanks!
On September 20th, 2006 Nicholas Petreley says:
I knew there was a setting for xorg.conf to do this, but I couldn't remember what it was. You're right - it's a better way of handling this.
Kwin vs. Cgwd
On September 14th, 2006 Nicholas Petreley says:
As far as I know, the existing Kwin doesn't support Xgl/Compiz. I use cgwd. It is surprisingly stable for me. The only problem I encountered was the fact that the new compiz-start program doesn't do the xmod change, so things like shift-Backspace will kill the X server. Edit /usr/bin/compiz-start and add this line at the end to fix this problem:
xmodmap -e "keycode 22 = BackSpace Delete"
That will stop the X server from seeming to crash every time you accidentally hit a combination like shift-Backspace.
Post new comment