BSD Stuff


xinitrc

30 August 2006, 01:18

This is my skeleton /home/user/.xinitrc file for my FreeBSD systems. This file is used to execute some apps that you want to auto-start and also initialize the windows manager that you picked when you fire X-windows up.

# cd /home/user/
# vim .xinitrc
#Code
0001xmodmap -e "pointer = 1 2 3 4 5 8 9 6 7 10 11"
0002exec /usr/X11R6/bin/xmodmap /usr/X11R6/lib/X11/etc/xmodmap.std &
0003conky -x 100 -y 250
0004numlockx on
0005exec fluxbox
0006 

Page 1 of 1