commit fb93a671323b41181ad0b31817ba68295464b3db
parent 4ebd070748a151f4adf57718ce32b7dfba51b426
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Mon, 3 Feb 2014 20:18:53 +0100
Fixed xbindkeys
Diffstat:
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/.xbindkeysrc b/.xbindkeysrc
@@ -1,9 +1,9 @@
-"xbacklight -dec 10"
#"xbacklight -dec 5"
+"xbacklight -dec 10"
XF86MonBrightnessDown
-"xbacklight -inc 10"
#"xbacklight -inc 5"
+"xbacklight -inc 10"
XF86MonBrightnessUp
"/home/adc/bin/display-switcher.sh"
diff --git a/.xinitrc b/.xinitrc
@@ -12,9 +12,6 @@ xset -b
setxkbmap us
#setxkbmap dvorak -option ctrl:nocaps
-# Read .xbindkeysrc for special key-bindings
-xbindkeys
-
# Set display color profile
[ -f ~/doc/colorprofile.icc ] && xcalib ~/doc/colorprofile.icc
@@ -70,6 +67,9 @@ xautolock -time 10 -locker "i3lock -c 1d1f21" &
setxkbmap -option ctrl:nocaps
#xmodmap ~/.Xmodmap
+# Read .xbindkeysrc for special key-bindings
+xbindkeys
+
# Setup two monitors at iddqd
#xrandr --output DVI-D-0 --primary
#xrandr --output DP-1 --auto --left-of DVI-D-0