A Blog about technology, linux, peer2peer, cool new downloads and software development.

Tuesday, August 5, 2014

ubuntu urxvt / rxvt example

cat urxvt_green.sh #export TERM=rxvt urxvt -fg green -bg black -geometry 128x50 -fn "8x13" -j -si -sw -sr -bc & cat urxvt_yellow.sh urxvt -fg yellow -bg black -geometry 128x50 -fn "8x13" -j -si -sw -sr -bc &