diff options
author | David Barksdale <amatus@amatus.name> | 2014-10-28 13:17:13 -0500 |
---|---|---|
committer | David Barksdale <amatus@amatus.name> | 2014-10-28 13:17:13 -0500 |
commit | 63a00605c795a3b9c0d77255c69a53654ebcbf29 (patch) | |
tree | df9126c862fbc6369a185e2bb4617e994334438f /low-vision.sh | |
parent | d04fbcf4b89dfd56f03dd0824e4774ca7739f3ac (diff) |
Fix ezoom settings and add helpful message
Diffstat (limited to 'low-vision.sh')
-rwxr-xr-x | low-vision.sh | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/low-vision.sh b/low-vision.sh index 178cdca..ba62617 100755 --- a/low-vision.sh +++ b/low-vision.sh @@ -22,8 +22,8 @@ echo Xcursor.size:48 >> ~/.Xresources gsettings set com.canonical.desktop.interface scrollbar-mode normal # Enhanced desktop zoom -gsettings set org.compiz.profiles.unity.plugins.ezoom zoom-in-button "<Shift><Super>Button4" -gsettings set org.compiz.profiles.unity.plugins.ezoom zoom-out-button "<Shift><Super>Button5" +gsettings set org.compiz.ezoom:/org/compiz/profiles/unity/plugins/ezoom/ zoom-in-button "<Shift><Super>Button4" +gsettings set org.compiz.ezoom:/org/compiz/profiles/unity/plugins/ezoom/ zoom-out-button "<Shift><Super>Button5" # High-contrast Unity greeter # This looks absolutely awful, don't do this @@ -54,3 +54,5 @@ if ! $found; then "$profile_list,LowVision]" fi gconftool --set --type=string /apps/gnome-terminal/global/default_profile LowVision + +echo "You must log out and back in for all changes to take effect." |