diff options
-rwxr-xr-x | localxfcecompiz | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/localxfcecompiz b/localxfcecompiz new file mode 100755 index 0000000..047dd12 --- /dev/null +++ b/localxfcecompiz @@ -0,0 +1,6 @@ +#!/bin/sh + +set -e + +compiz --replace & +gtk-window-decorator --replace & |