From b670a6d3d8ef1e69e992aa79158ba92b5cc269d1 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 13 Mar 2007 11:34:52 +0000 Subject: [PATCH] * Disable the zoom plugin. svn path=/nixos/trunk/; revision=8277 --- upstart-jobs/xserver.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upstart-jobs/xserver.nix b/upstart-jobs/xserver.nix index 810df8482831..1ca2ea1fb85a 100644 --- a/upstart-jobs/xserver.nix +++ b/upstart-jobs/xserver.nix @@ -100,7 +100,7 @@ let # !!! Hack: turn on most Compiz modules. ${gnome.GConf}/bin/gconftool-2 -t list --list-type=string \\ --set /apps/compiz/general/allscreens/options/active_plugins \\ - [gconf,png,decoration,wobbly,fade,minimize,move,resize,cube,switcher,rotate,place,scale,water,zoom] + [gconf,png,decoration,wobbly,fade,minimize,move,resize,cube,switcher,rotate,place,scale,water] # Start Compiz and the GTK-style window decorator. ${compiz}/bin/compiz gconf &