Skip to content

Instantly share code, notes, and snippets.

@bxt
Forked from anonymous/start-urxvt.sh
Last active September 22, 2015 10:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bxt/0eeb90af05859df8799a to your computer and use it in GitHub Desktop.
Save bxt/0eeb90af05859df8799a 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 ]]
@bxt
Copy link
Author

bxt commented Sep 22, 2015

Ein cremeweißes urxvt-Fenster mit schlichter Scrollleiste, schönem Seitenverhältnis und leicht randomisierter Position. Yey!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment