aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Barksdale <amatus@amatus.name>2014-10-27 17:19:32 -0500
committerDavid Barksdale <amatus@amatus.name>2014-10-27 17:19:32 -0500
commitfd34c1e2d8860043252767c5c83c82887760de77 (patch)
tree95b27aa147f4e55c6d4634ffad8fe7d695b11126
parent79335142ce45ab9203ff320f382deee7a1c36200 (diff)
Use legacy scrollbars
-rwxr-xr-xlow-vision.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/low-vision.sh b/low-vision.sh
index 2ba6eab..795660d 100755
--- a/low-vision.sh
+++ b/low-vision.sh
@@ -18,6 +18,9 @@ touch ~/.Xresources
sed -i -e '/Xcursor.size:/d' ~/.Xresources
echo Xcursor.size:48 >> ~/.Xresources
+# Legacy scrollbars
+gsettings set com.canonical.desktop.interface scrollbar-mode normal
+
# High-contrast Unity greeter
# This looks absolutely awful, don't do this
#as lightdm gsettings set com.canonical.unity-greeter high-contrast true