Sets up X environment

This commit is contained in:
Abhay Rana 2014-08-30 00:53:02 +05:30
parent 5468faeb71
commit cf37af8151
2 changed files with 13 additions and 7 deletions

View File

@ -1,7 +0,0 @@
#!/bin/bash
synclient HorizEdgeScroll=1
synclient HorizTwoFingerScroll=1
synclient CircularScrolling=1
synclient PalmDetect=1
synclient VertEdgeScroll=1
synclient VertTwoFingerScroll=1

13
xsetup Executable file
View File

@ -0,0 +1,13 @@
#!/bin/bash
# This script sets up my X11 environtment
# Enable all kinds of scrolling
synclient HorizEdgeScroll=1
synclient HorizTwoFingerScroll=1
synclient CircularScrolling=1
synclient PalmDetect=1
synclient VertEdgeScroll=1
synclient VertTwoFingerScroll=1
# Disables the capslock key
setxkbmap -option caps:none
# This disables the faulty mouse wheel scroll on my usb mouse
xinput set-button-map 13 1 2 3 0 0