Guest User

Untitled

a guest
Jul 17th, 2018
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. Step 1: Download the CompizConfig Settings Manager
  2.  
  3. You can do this in Ubuntu through the Software Center or Synaptic Package Manager by searching for Compiz
  4.  
  5. Step 2: Launch it
  6.  
  7. It can be accessed through the "Preferences" menu in Ubuntu.
  8.  
  9. Step 3: Enable translucent menus
  10.  
  11. Click on "Opacity, Brightness and Saturation" and click "New" under window specific settings and input the following:
  12.  
  13. (type=dropdownmenu | type=popupmenu | type=tooltip | type=unknown | name=sun-awt-X11-XWindowPeer | name=sun-awt-X11-XDialogPeer) & !(state=fullscreen)
  14.  
  15. The first for "type" tests match dropdowns, popups and tooltips. The final matches KDE menus, tooltips and other non-windows. The "name" tests match Java AWT menus, tooltips, dialogs and sub-windows. The final negated "state" test is important; it suppresses menu translucency for fullscreen apps (like games).
  16.  
  17. You can choose whichever opacity level you like, I prefer 95-97%.
Add Comment
Please, Sign In to add comment