diff options
author | Ted Gould <ted@gould.cx> | 2012-08-23 14:58:13 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2012-08-23 14:58:13 -0500 |
commit | 617a202e983ba7fc4c9c36a80c16ba1c3a244bdb (patch) | |
tree | 870ccc2e077d54ecaabdd6c8d6296f34dd3a40be | |
parent | f936a787d5a260563149adf445ef8f4f247ddeee (diff) | |
download | lightdm-remote-session-remoteconfigure-617a202e983ba7fc4c9c36a80c16ba1c3a244bdb.tar.gz lightdm-remote-session-remoteconfigure-617a202e983ba7fc4c9c36a80c16ba1c3a244bdb.tar.bz2 lightdm-remote-session-remoteconfigure-617a202e983ba7fc4c9c36a80c16ba1c3a244bdb.zip |
Setting a couple of settings for Unity
-rw-r--r-- | uccsconfigure-session.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/uccsconfigure-session.in b/uccsconfigure-session.in index 800503a..f8a792d 100644 --- a/uccsconfigure-session.in +++ b/uccsconfigure-session.in @@ -22,5 +22,9 @@ cp @pkgdatadir@/firefox-uccsconfigure.desktop ~/.config/autostart/ # Set up the Compiz profile export COMPIZ_CONFIG_PROFILE="ubuntu" +# Unity Configurations +gsettings set org.compiz.unityshell:/org/compiz/profiles/unity/plugins/unityshell/ launcher-hide-mode 1 +gsettings set org.compiz.unityshell:/org/compiz/profiles/unity/plugins/unityshell/ automaximize-value 1 + # Final thing is to run the standard Unity session exec gnome-session --session=ubuntu |