You are not logged in.
Pages: 1
To help with next release of Awesome Archbang, starting a thread on Urxvt.
urxvt.font: xft: Dejavu Sans Mono:autohint=true:antialias=true:size=9
urxvt.background: black
urxvt.foreground: white
urxvt.scrollBar: false
urxvt.tintColor: white
urxvt.fading: 15
urxvt.fadeColor: black
urxvt.shading: 45
urxvt.inheritPixmap: true
urxvt.pointerColor: black
urxvt.pointerColor2: white
urxvt.borderless: true From my .Xdefaults [Credits to Arch Linux forums]
Did have to add decor no line to rc.xml to get rid of borders...
Offline
bringing back an old thread, but I've been using urxvt recently and found a nice, but crude-looking, tip
If you start it up with "-pe tabbed" you get a tabbed terminal. Like I said, the tabbing is crude, but it's clickable and works
$ urxvt -pe tabbed
Welly, welly, welly, welly, welly, welly, well. To what do I owe the extreme pleasure of this surprising visit?
Offline
Could be made into an alias, handy tip
Thank you very much for sharing
Offline
Could be made into an alias, handy tip
Thank you very much for sharing
I was just using the fluxbox tabbing method, but if I have three instances of urxvt tabbed, my taskbar (obviously) shows three terminals. Using the native tabbing means one instance of three tabs which looks a lot nicer me.
One other nice feature is that if something is running in terminal 1 and you're in terminal 2, you will be notified
For example (you run a command in '1' and hop over to '2')
Your table bar will look like this
NEW | 1 | 2 |
When the command in 1 completes, your taskbar changes to this
NEW | *1* | 2 |
Welly, welly, welly, welly, welly, welly, well. To what do I owe the extreme pleasure of this surprising visit?
Offline
https://wiki.archlinux.org/index.php/Rxvt-unicode#Tabs
Not sure if that helps....
Offline
I use oh my zsh with ls++ and syntax higlighter with urxvt.

And this is my color scheme if anyone interested.
! Xft settings ---------------------------------------------------------------
Xft.dpi: 96
Xft.antialias: true
Xft.rgba: rgb
Xft.hinting: true
Xft.hintstyle: hintslight
!-------------------------------------------------------------------------------
!
! U R X V T - Settings
!
URxvt*geometry: 100x30
URxvt*borderLess: false
URxvt.depth: 32
URxvt*scrollBar: false
URxvt*font: xft:Envy Code R-8
URxvt*cursorBlink: true
URxvt*cursorUnderline: true
URxvt*perl-ext-common: default,clipboard
! vim: set filetype=xdefaults :
*foreground: #D7D0C7
*background: #151515
!black
! *color0: #AF875F
! *color8: #AF875F
*color0: #101010
*color8: #404040
!red
*color1: #E84F4F
*color9: #D23D3D
!green
*color2: #B8D68C
*color10: #A0CF5D
!yellow
*color3: #E1AA5D
*color11: #F39D21
!blue
*color4: #7DC1CF
*color12: #4E9FB1
!magenta
*color5: #9B64FB
*color13: #8542FF
!cyan
*color6: #6D878D
*color14: #42717B
!white
*color7: #dddddd
*color15: #dddddd
URxvt*borderColor: #151515
URxvt*colorBD: #ffffff
URxvt*cursorColor: #ff8939
URxvt*cursorColor2: #151515Offline
Pages: 1