Skip to content

Instantly share code, notes, and snippets.

Created September 22, 2015 10:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anonymous/479a93d0dc88853c252d to your computer and use it in GitHub Desktop.
Save anonymous/479a93d0dc88853c252d to your computer and use it in GitHub Desktop.
Starting urxvt with nice colors, size and position
urxvt -depth 32 -bg rgba:ff00/f900/db00/dddd -bd rgba:ff00/f800/d000/dddd -fg rgba:0000/0000/0000/eeee -sr -scrollstyle plain -geometry 140x37+$[ 50 + $[ RANDOM % 100 ]]+$[ 500 + $[ RANDOM % 200 ]]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment