summaryrefslogtreecommitdiff
path: root/xinitrc
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2011-03-26 08:23:01 +0100
committerAdrian C. (anrxc) <anrxc@sysphere.org>2011-03-26 08:26:35 +0100
commit46635b2857fc6406286dfebd711e4d9e8169db2d (patch)
treeb2192ea0b877efa09b8b283cc0f6e6b89d4967ff /xinitrc
parent11337ef280e59d2d1da3ba5f546d36261459d845 (diff)
downloaddotfiles-46635b2857fc6406286dfebd711e4d9e8169db2d.tar.xz
xinitrc: updated for the new workstation
Diffstat (limited to 'xinitrc')
-rwxr-xr-xxinitrc16
1 files changed, 7 insertions, 9 deletions
diff --git a/xinitrc b/xinitrc
index 61cea5f..eece647 100755
--- a/xinitrc
+++ b/xinitrc
@@ -4,7 +4,7 @@
# {{{ Environment settings
-errorlog="${HOME}/.xsession-errors"
+errorlog="${HOME}/.xerrors"
gnupglog="${HOME}/.gnupg/gpg-agent.info"
# }}}
@@ -27,6 +27,9 @@ fi
# Force LVDS as the primary screen
#xrandr --output LVDS1 --primary
+
+# Brightness level
+xbacklight -set 00
# }}}
@@ -56,13 +59,8 @@ xset r rate 200 30
# - xcb does not support Xcursor yet
xsetroot -cursor_name left_ptr
-# Fix the broken udev keymap
-# - Lock, Presentation, Sync, €, $
-sudo /usr/bin/setkeycodes e06e 152
-sudo /usr/bin/setkeycodes e075 217
-sudo /usr/bin/setkeycodes e079 173
-sudo /usr/bin/setkeycodes e033 159
-sudo /usr/bin/setkeycodes e034 151
+# Disable the touchpad while typing
+#syndaemon -k -i 2 -d &
# }}}
@@ -94,7 +92,7 @@ ogg123 -q "${HOME}/.local/share/gajim/sounds/voices/voice-system-activated.ogg"
# {{{ Window manager selection
case "$WM" in
- twm)
+ failsafe|twm)
exec twm
;;
fvwm)