switch-compiz.sh

switch-compiz.sh is a script that lets you to switch from compiz to metacity and viceversa just in a click.
Download

switch-compiz.sh Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Andrea Cimitan
  • Publisher web site:
  • http://cimi.netsons.org

switch-compiz.sh Tags


switch-compiz.sh Description

switch-compiz.sh is a script that lets you to switch from compiz to metacity and viceversa just in a click. switch-compiz.sh is a script that lets you to switch from compiz to metacity and viceversa just in a click.#!/bin/sh USE_XCOMPMGR=FALSE #change to TRUE if you want to use normal composite composite_params='-c -r3.5 -o.45 -l-5 -t-4' if ; then gconftool-2 -s -t int /apps/metacity/general/num_workspaces 1 & sleep 0.5 if ; then killall -9 xcompmgr & fi killall -9 metacity && compiz --use-cow --replace gconf & gtk-window-decorator & else killall -9 compiz && killall -9 gtk-window-decorator && gconftool-2 -s -t int /apps/metacity/general/num_workspaces 4 && if ; then xcompmgr $composite_params & fi metacity & fiUsage:- Copy the code above and paste it into a text editor (Gedit or Kate) and save it as switch-compiz.sh on your desktop.- make it executable with:chmod +x switch-compiz.sh


switch-compiz.sh Related Software