diff options
author | David Barksdale <amatus@amat.us> | 2016-02-16 20:44:08 -0600 |
---|---|---|
committer | David Barksdale <amatus@amat.us> | 2016-02-16 20:44:08 -0600 |
commit | 23c9d23afb17c59bd235406bffa5d618fb13b755 (patch) | |
tree | 7a9b41a243dee1dd77d3f87391d163956c05ab7b /ubuntu-fixes.sh | |
parent | f51f37118bdfa3b85d7bba53ac38441098fb0fbb (diff) |
Diffstat (limited to 'ubuntu-fixes.sh')
-rwxr-xr-x | ubuntu-fixes.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ubuntu-fixes.sh b/ubuntu-fixes.sh new file mode 100755 index 0000000..13cb4ca --- /dev/null +++ b/ubuntu-fixes.sh @@ -0,0 +1,9 @@ +#!/bin/sh + +# This fixes wireshark +# see: http://askubuntu.com/questions/34214/how-do-i-disable-overlay-scrollbars +touch ~/.xprofile +sed -i -e '/LIBOVERLAY_SCROLLBAR/d' ~/.xprofile +echo 'export LIBOVERLAY_SCROLLBAR=0' >> ~/.xprofile + +echo "You must log out and back in for all changes to take effect." |