diff options
-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 |