diff options
author | David Barksdale <amatus@amatus.name> | 2014-10-27 17:19:32 -0500 |
---|---|---|
committer | David Barksdale <amatus@amatus.name> | 2014-10-27 17:19:32 -0500 |
commit | fd34c1e2d8860043252767c5c83c82887760de77 (patch) | |
tree | 95b27aa147f4e55c6d4634ffad8fe7d695b11126 | |
parent | 79335142ce45ab9203ff320f382deee7a1c36200 (diff) |
Use legacy scrollbars
-rwxr-xr-x | low-vision.sh | 3 |
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 |