i used jgraves's XMMS keymap and wrapping script
as well as his LCD off script
i just want to know for RC5, do i need to turn off the dpms while playing in XMMS?
#!/bin/bash
xset +dpms
xmodmap /etc/X11/kb/xmms.xmodmap
xmms
xmodmap /etc/X11/kb/corgi.xmodmap
xset -dpms
is the above correct?
jgraves' LCD off script works
but whenever i use scrollwheel to choose songs
the LCD turns back on again (this don't happen in RC3)
any way i can get around this?
thanks
ps: thanks again for jgraves