You are not logged in.

Announcement

Due to heavy spamming of forums registration is going in stages. If you wish to register as a new user with ArchBang Forums, first register and then send an e-mail to: archbangforums at gmail dot com. It should contain the problem you want to discuss or some other AB related content. You will be promoted from registering member with no posting rights to new member with posting rights after that. If your mail is ignored you haven't fulfilled the requirements.

#1 2011-09-22 06:08:26

Mr Green
Iso Developer
Registered: 2010-11-07
Posts: 3,751

Urxvt tips, tricks, configs

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

#2 2012-01-27 09:01:07

oliver
Administrator
Registered: 2010-11-04
Posts: 1,516

Re: Urxvt tips, tricks, configs

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

#3 2012-01-27 09:03:23

Mr Green
Iso Developer
Registered: 2010-11-07
Posts: 3,751

Re: Urxvt tips, tricks, configs

Could be made into an alias, handy tip

Thank you very much for sharing

Offline

#4 2012-01-27 09:06:35

oliver
Administrator
Registered: 2010-11-04
Posts: 1,516

Re: Urxvt tips, tricks, configs

Mr Green wrote:

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

#5 2012-01-28 03:45:49

Mr Green
Iso Developer
Registered: 2010-11-07
Posts: 3,751

Re: Urxvt tips, tricks, configs

Offline

#6 2012-11-29 01:52:06

yasin
Member
Registered: 2012-10-31
Posts: 29

Re: Urxvt tips, tricks, configs

I use oh my zsh with ls++ and syntax higlighter with urxvt.

l6D5j.png

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:       #151515

Offline

Board footer

Powered by FluxBB