summaryrefslogtreecommitdiff
path: root/xinitrc
diff options
context:
space:
mode:
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)