scripts/xsetup

12 lines
316 B
Plaintext
Raw Normal View History

2014-08-29 19:23:02 +00:00
#!/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