Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
#
# Resolve the location of the Pycharm installation.
# This includes resolving any symlinks.
PRG=$0
while [ -h "$PRG" ]; do
ls=`ls -ld "$PRG"`
link=`expr "$ls" : '^.*-> \(.*\)$' 2>/dev/null`
if expr "$link" : '^/' 2> /dev/null >/dev/null; then
PRG="$link"
#!/usr/bin/bash
synclient VertScrollDelta=-113
synclient HorizScrollDelta=-113