#### $HOME/.xsession ##### disable all dpms modes and turn the screensaver off; auto repeat delay: 200 and repeat rate: 40xset dpms 0 0 0 s off r rate 200 40# xmodmap sources $HOME/.xmodmaprc to remap some keysxmodmap $HOME/.xmodmaprc# use the following pointer cursor for Xxsetroot -cursor_name left_ptr# lock X after 15 minutes of inactivity with xtrlockxautolock -secure -time 15 -locker xtrlock &# turn numbers lock offnumlockx off # uncomment for use on keyboards that do not have a numeric keypad# set the wallpaper with feh, the correct path and options are set in $HOME/.fehbg# for example with: feh --bg-scale /path/to/wallpaper/eval `cat $HOME/.fehbg`# start urxvtd - urxvt terminal daemonurxvtd -q -o -f# start xmonadxmonad