From 502eb729b6f5e45d18b8573682589c85879177c5 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 15 Oct 2008 21:29:16 +0200 Subject: Add XFCE Compiz activator. --- localxfcecompiz | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 localxfcecompiz 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 & -- cgit v1.2.3