From 5459a5c007eefa442bc11729a5913ebddc49f504 Mon Sep 17 00:00:00 2001 From: Michael Raskin <7c6f434c@mail.ru> Date: Mon, 5 Nov 2007 21:17:16 +0000 Subject: [PATCH] Added user configuration chapter - currently about Compiz. svn path=/nixos/trunk/; revision=9589 --- doc/manual/installation.xml | 4 +-- doc/manual/manual.xml | 3 +- doc/manual/userconfiguration.xml | 48 ++++++++++++++++++++++++++++++++ 3 files changed, 52 insertions(+), 3 deletions(-) create mode 100644 doc/manual/userconfiguration.xml diff --git a/doc/manual/installation.xml b/doc/manual/installation.xml index f9c7743b23a..6a56b3b874a 100644 --- a/doc/manual/installation.xml +++ b/doc/manual/installation.xml @@ -19,7 +19,7 @@ one from . If you want Make sure that you have a very recent pre-release version of Nix installed (). - The NixOS Nix expressions frequently use bleading-edge features. If + The NixOS Nix expressions frequently use bleeding-edge features. If you get any kind of expression evaluation error, try to upgrade your Nix. @@ -268,4 +268,4 @@ shown in .) - \ No newline at end of file + diff --git a/doc/manual/manual.xml b/doc/manual/manual.xml index 65c2a81bb90..55adf3e647d 100644 --- a/doc/manual/manual.xml +++ b/doc/manual/manual.xml @@ -40,8 +40,9 @@ + - \ No newline at end of file + diff --git a/doc/manual/userconfiguration.xml b/doc/manual/userconfiguration.xml new file mode 100644 index 00000000000..6e20afec9ab --- /dev/null +++ b/doc/manual/userconfiguration.xml @@ -0,0 +1,48 @@ + + +Configuration in home directory + + + + +
+Compiz Fusion + + Compiz Fusion is just a set of plugins fr Compiz. Your best interest is to have + them found both by Compiz and by Compiz Configuration Settings (also in Compiz Fusion + distribution). By default they look in Compiz installation path and in home directory. + You do not need to track /nix/store manually - everything is already in + /var/run/current-system/sw/share. + + + $HOME/.compiz/plugins + should contain plugins you want to load. All the installed + plugins are available in + /var/run/current-system/sw/share/compiz-plugins/compiz/, + so you can use symlinks to this directory. + + + $HOME/.compiz/metadata + should contain metadata (definition of configuration options) for plugins + you want to load. All the installed metadata is available in + /var/run/current-system/sw/share/compiz/, + so you can use symlinks to this directory. + + + + Probably a way to load GConf configuration backend by default + should be found, but if you run Compiz with + GConf configuration (default for X server job + for now), you have to link + /var/run/current-system/sw/share/compizconfig/backends/libgconf.so + into $HOME/.compizconfig/backends directory. + + + + + Now you can launch ccsm and configure everything. + +
+ +