diff options
author | David Barksdale <amatus@amatus.name> | 2014-10-27 16:05:29 -0500 |
---|---|---|
committer | David Barksdale <amatus@amatus.name> | 2014-10-27 16:05:29 -0500 |
commit | 1df634ff5f61a9bec0d300cc376e7ad488d4b1fe (patch) | |
tree | 19161419d4e7d8349e5cfbde71dabb7ac6d65860 | |
parent | 09cda625f256ac5cec8fffedb8dc771499f251cb (diff) |
Fix schema name
-rwxr-xr-x | low-vision.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/low-vision.sh b/low-vision.sh index 59c2103..553cf50 100755 --- a/low-vision.sh +++ b/low-vision.sh @@ -15,7 +15,7 @@ gsettings set org.gnome.desktop.wm.preferences theme HighContrast gsettings set org.gnome.desktop.interface text-scaling-factor 1.25 # Large cursor -gsettings set com.canonical.unity.interface cursor-scale-factor 2 +gsettings set com.canonical.Unity.Interface cursor-scale-factor 2 # High-contrast Unity greeter # This looks absolutely awful, don't do this |