Created
September 22, 2015 10:20
-
-
Save anonymous/479a93d0dc88853c252d to your computer and use it in GitHub Desktop.
Starting urxvt with nice colors, size and position
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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