diff options
author | David Barksdale <amatus@amatus.name> | 2014-10-27 16:06:44 -0500 |
---|---|---|
committer | David Barksdale <amatus@amatus.name> | 2014-10-27 16:06:44 -0500 |
commit | 3c9fe0df8db7acd33d868dcb2fad4733441a3bc8 (patch) | |
tree | ee957a9d697c62e794dc78af9a8912debebc4e1a | |
parent | 1df634ff5f61a9bec0d300cc376e7ad488d4b1fe (diff) |
Use Unity schema for both text and cursor sale
-rwxr-xr-x | low-vision.sh | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/low-vision.sh b/low-vision.sh index 553cf50..cdb2fbd 100755 --- a/low-vision.sh +++ b/low-vision.sh @@ -11,10 +11,8 @@ gsettings set org.gnome.desktop.interface gtk-theme HighContrast gsettings set org.gnome.desktop.interface icon-theme HighContrast gsettings set org.gnome.desktop.wm.preferences theme HighContrast -# Large text -gsettings set org.gnome.desktop.interface text-scaling-factor 1.25 - -# Large cursor +# Large text and cursor +gsettings set com.canonical.Unity.Interface text-scale-factor 1.25 gsettings set com.canonical.Unity.Interface cursor-scale-factor 2 # High-contrast Unity greeter |