aboutsummaryrefslogtreecommitdiff
path: root/xinitrc
diff options
context:
space:
mode:
authorvaskozl <vasil.zlatanov@gmail.com>2015-03-21 14:44:55 +0100
committervaskozl <vasil.zlatanov@gmail.com>2015-03-21 14:44:55 +0100
commita7f08ffd1c05625618bf292114f94b46c9281096 (patch)
treef3b88d1c10dea49da65a5d6bcad25e15f7592d3f /xinitrc
parent823581bd7c5e5904eab5884f999a39b5f9e895b4 (diff)
downloaddotfiles-a7f08ffd1c05625618bf292114f94b46c9281096.tar.gz
dotfiles-a7f08ffd1c05625618bf292114f94b46c9281096.tar.bz2
dotfiles-a7f08ffd1c05625618bf292114f94b46c9281096.zip
volume down fix
Diffstat (limited to 'xinitrc')
-rwxr-xr-xxinitrc10
1 files changed, 5 insertions, 5 deletions
diff --git a/xinitrc b/xinitrc
index e71ae25..64f3109 100755
--- a/xinitrc
+++ b/xinitrc
@@ -44,7 +44,7 @@ dropboxd &
setxkbmap us -variant colemak
xcape -t 300 -e 'Shift_L=parenleft;Shift_R=parenright;Hyper_L=Shift_L|exclam;Hyper_R=Shift_L|question' &
xset r 64
-xset r rate 180 40
+xset r rate 150 100
xset m 0 0
xset -b
@@ -71,10 +71,10 @@ synclient VertEdgeScroll=0 RTCornerButton=0 RBCornerButton=0 LTCornerButton=0
xmodmap -e "pointer = 1 2 3 5 4 7 6 8 9 10 11 12"
# Detect secondary monitor and automatically adjust
-if [ `xrandr| grep -c VGA1` -gt 0 ]; then
- xrandr --output VGA1 --mode `xrandr | awk 'NR==9 {print $1}'` --right-of LVDS1
- xrandr --output VGA1 --mode 1920x1080 --right-of LVDS1
-fi
+#if [ `xrandr| grep -c HDMI1` -gt 0 ]; then
+# xrandr --output HDMI1 --mode `xrandr | awk 'NR==9 {print $1}'` --right-of LVDS1
+# xrandr --output HDMI1 --mode 1920x1080 --right-of LVDS1
+#fi
if [ $# -lt 1 ]; then