summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2012-10-01 22:52:14 +0200
committerStefano Karapetsas <[email protected]>2012-10-01 22:52:14 +0200
commit7f595187a140a45ee5ba2fc2b9c068b46d829f79 (patch)
tree0ed7bc81a4403d5b854953e1e6c46a8231fd1a2e /README
parent2c0d59c170ac3ef987d21599cfac7c909e8fe729 (diff)
downloadmarco-7f595187a140a45ee5ba2fc2b9c068b46d829f79.tar.bz2
marco-7f595187a140a45ee5ba2fc2b9c068b46d829f79.tar.xz
migrate to gsettings
Diffstat (limited to 'README')
-rw-r--r--README31
1 files changed, 13 insertions, 18 deletions
diff --git a/README b/README
index dcf3a460..5680a888 100644
--- a/README
+++ b/README
@@ -5,9 +5,7 @@ COMPILING MARCO
You need GTK+ 2.2. For startup notification to work you need
libstartup-notification at
-http://www.freedesktop.org/software/startup-notification/ or on the
-MATE ftp site. You also need MateConf (unless building a funky
-extra-small embedded marco with --disable-mateconf, see below).
+http://www.freedesktop.org/software/startup-notification/.
REPORTING BUGS AND SUBMITTING PATCHES
===
@@ -37,7 +35,6 @@ the theme engine.
You can strip about 70K from the marco binary by compiling with
options such as:
- --disable-mateconf
--disable-sm
--disable-verbose-mode
--disable-startup-notification
@@ -83,25 +80,24 @@ MARCO FEATURES
and should work with KWin, fvwm2, and other EWMH-compliant WMs.)
- Has a simple theme system and a couple of extra themes come with it.
- Change themes via mateconf-editor or mateconftool or MATE themes control
- panel:
- mateconftool-2 --type=string --set /apps/marco/general/theme Crux
- mateconftool-2 --type=string --set /apps/marco/general/theme Gorilla
- mateconftool-2 --type=string --set /apps/marco/general/theme Atlanta
- mateconftool-2 --type=string --set /apps/marco/general/theme Bright
+ Change themes via gsettings:
+ gsettings set org.mate.Marco.general theme Crux
+ gsettings set org.mate.Marco.general theme Gorilla
+ gsettings set org.mate.Marco.general theme Atlanta
+ gsettings set org.mate.Marco.general theme Bright
See theme-format.txt for docs on the theme format. Use
marco-theme-viewer to preview themes.
- - Change number of workspaces via mateconf-editor or mateconftool:
- mateconftool-2 --type=int --set /apps/marco/general/num_workspaces 5
+ - Change number of workspaces via gsettings:
+ gsettings set org.mate.Marco.general num_workspaces 5
Can also change workspaces from MATE 2 pager.
- Change focus mode:
- mateconftool-2 --type=string --set /apps/marco/general/focus_mode mouse
- mateconftool-2 --type=string --set /apps/marco/general/focus_mode sloppy
- mateconftool-2 --type=string --set /apps/marco/general/focus_mode click
+ gsettings set org.mate.Marco.general focus_mode mouse
+ gsettings set org.mate.Marco.general focus_mode sloppy
+ gsettings set org.mate.Marco.general focus_mode click
- Global keybinding defaults include:
@@ -116,10 +112,9 @@ MARCO FEATURES
Change keybindings for example:
- unst mateconftool-2 --type=string --set /apps/marco/global_keybindings/switch_to_workspace_1 '<Alt>F1'
+ gsettings set org.mate.Marco.global-keybindings switch_to_workspace_1 '<Alt>F1'
- Also try the MATE keyboard shortcuts control panel, or
- mateconf-editor.
+ Also try the MATE keyboard shortcuts control panel.
See marco.schemas for all available bindings.