diff options
author | David Barksdale <amatus@amatus.name> | 2014-10-27 17:12:15 -0500 |
---|---|---|
committer | David Barksdale <amatus@amatus.name> | 2014-10-27 17:12:15 -0500 |
commit | 79335142ce45ab9203ff320f382deee7a1c36200 (patch) | |
tree | 887009c2bfdccc8d4bdb1e07f6b8f3fa4e151b4a /low-vision.sh | |
parent | 4ee31decece8d07a0cbed145c4b19715bdd5393d (diff) |
Turns out you need both
Diffstat (limited to 'low-vision.sh')
-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 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 |