aboutsummaryrefslogtreecommitdiff
path: root/low-vision.sh
diff options
context:
space:
mode:
authorDavid Barksdale <amatus@amatus.name>2014-10-27 17:12:15 -0500
committerDavid Barksdale <amatus@amatus.name>2014-10-27 17:12:15 -0500
commit79335142ce45ab9203ff320f382deee7a1c36200 (patch)
tree887009c2bfdccc8d4bdb1e07f6b8f3fa4e151b4a /low-vision.sh
parent4ee31decece8d07a0cbed145c4b19715bdd5393d (diff)
Turns out you need both
Diffstat (limited to 'low-vision.sh')
-rwxr-xr-xlow-vision.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/low-vision.sh b/low-vision.sh
index 12ff5f0..2ba6eab 100755
--- a/low-vision.sh
+++ b/low-vision.sh
@@ -13,7 +13,7 @@ gsettings set org.gnome.desktop.wm.preferences theme HighContrast
# 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
+gsettings set com.canonical.Unity.Interface cursor-scale-factor 2
touch ~/.Xresources
sed -i -e '/Xcursor.size:/d' ~/.Xresources
echo Xcursor.size:48 >> ~/.Xresources