# This file should be renamed ".xinitrc" or ".xsession" and placed in # your home directory. Which name you give it depends on your system, # generally .xinit is for use with the "startx" command the .xsession # for graphical logins. Debian systems should use .xsession for both # (although .xinitrc will work with startx) Be careful not to wipe out # an existing version - you may want to keep it. # Note that # means a line is a comment and the system will ignore it! # If a line is comment out, it is either a genuine comment, or a command # that is no longer used (either becuase I don't want the feature any more # or becuase another line duplicates that feature) # You should be able to find most of the programs mentioned here on # http://www.freshmeat.net/ - if you can't please contact me. Also # contact me if you make use of this file, it would be nice to know # that putting it online wasn't a complete waste of time. # Contact: http://dorward.me.uk/contect/ # Set language to British English export LANG=en_GB # Set up applications on first display (This is for a two monitor system) export DISPLAY=:0.0 export PATH=/home/david/bin:/bin:/usr/bin:/usr/kde/3.1/bin:/usr/kde/3/bin:/usr/kde/2/bin:/usr/kde/3.1/bin:/opt/vmware/bin:/opt/Acrobat5:/opt/RealPlayer8:/usr/X11R6/bin:/opt/blackdown-jdk-1.3.1/bin:/opt/blackdown-jdk-1.3.1/jre/bin:/usr/qt/2/bin:/usr/local/bin:/opt/bin:/usr/qt/3/bin:/opt/OO/program xrdb .Xdefaults export GDK_USE_XFT=1 # Set up Intellimouse Explorer mousewheel # (7 buttons including wheel click/up/down) xmodmap -e "pointer = 1 2 3 6 7 4 5" imwheel -k -b "67" # Use a nice cursor xsetroot -cursor_name left_ptr feh --bg-scale ~/pics/wallpaper/tubenor.png # Keyboard settings (sets up [Windows] and [Menu] keys as F11, F12, and F13) xmodmap ~/.Xmodmap # Screen blanking is exceptionally annoying when you are trying to watch a DVD # Disable it xset s off # Sensible mouse speed xset m 4/2 epist & rox -b PANEL & # Set up applications for the second display export DISPLAY=:0.1 export PATH=/home/david/bin:/bin:/usr/bin:/usr/kde/3.1/bin:/usr/kde/3/bin:/usr/kde/2/bin:/usr/kde/3.1/bin:/opt/vmware/bin:/opt/Acrobat5:/opt/RealPlayer8:/usr/X11R6/bin:/opt/blackdown-jdk-1.3.1/bin:/opt/blackdown-jdk-1.3.1/jre/bin:/usr/qt/2/bin:/usr/local/bin:/opt/bin:/usr/qt/3/bin:/opt/OO/program xrdb .Xdefaults #export LD_PRELOAD=1 export GDK_USE_XFT=1 xmodmap -e "pointer = 1 2 3 6 7 4 5" imwheel -b "67" xsetroot -cursor_name left_ptr feh --bg-scale ~/pics/wallpaper/tubegeo.png xmodmap ~/.Xmodmap xset s off xset m 4/2 gkrellm -w & docker & # Reset display to both displays export DISPLAY=:0 # Run window manager exec openbox