diff options
author | David Barksdale <amatus@amatus.name> | 2014-10-27 16:19:32 -0500 |
---|---|---|
committer | David Barksdale <amatus@amatus.name> | 2014-10-27 16:19:32 -0500 |
commit | 4ee31decece8d07a0cbed145c4b19715bdd5393d (patch) | |
tree | d29abefca4af5021190f7774e6d153ad48b48232 | |
parent | 3c9fe0df8db7acd33d868dcb2fad4733441a3bc8 (diff) |
Change cursor size using ~/.Xresources
-rwxr-xr-x | low-vision.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/low-vision.sh b/low-vision.sh index cdb2fbd..12ff5f0 100755 --- a/low-vision.sh +++ b/low-vision.sh @@ -13,7 +13,10 @@ 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 # High-contrast Unity greeter # This looks absolutely awful, don't do this |