Announcement

Collapse
No announcement yet.

urxvt help

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • urxvt help

    solution
    I've got it to work correctly by adding one line (below) to my openbox/autostart.sh file... it took a bloody age to work that one out!
    Code:
    xrdb -load ~/.Xdefault &
    ------------------------------------------------

    Right now urxvt is driving me around the bend. It refuses to display colours correctly throwing out errors if I have any colours set for it in .Xdefaults or launch it with a colour swtich like -fg COLOUR. The error I mean is:-
    Code:
    ', using pink instead. color '#000000
    And why pink I mean good god it hurts the eyes to look at!

    The funny thing is that it use to work then I switched to using KDE and yakuake for a while and now that I've moved back to openbox it no longer works. Anyone know what's causing this/how to fix it?


    .Xdefault file I'm using to test with two colour lines not commented out.
    Code:
    xft.dpi:   96
    xft.antialias: true
    Xft.lcdfilter: lcdfilterlegacy
    Xft.hintstyle: hintfull
     
    Xcursor.theme: Vanilla-DMZ-AA
    Xcursor.size: 22
    
    urxvt*font: xft:Terminus:pixelsize=12
    urxvt*boldFont: xft:Terminus:pixelsize=12
     
    urxvt*geometry: 142x35
    urxvt*saveLines: 32767
    urxvt*scrollBar:   false
    urxvt*scrollBar_right:   true
    urxvt*loginShell:   true
    urxvt*borderLess: false
    urxvt*shading: 30
    urxvt*termName:     rxvt-unicode
    urxvt*inheritPixmap:   true
    urxvt*cutchars:     "()*,<>[]{}|'
    urxvt*secondaryScroll:   true
    urxvt*perl-lib:     /usr/lib/urxvt/perl/
    urxvt*perl-ext-common:   default,matcher
    urxvt*urlLauncher:   firefox3
    urxvt*matcher.button:   1
    urxvt*matcher.pattern.1: \\bwww\\.[\\w-]+\\.[\\w./?&@#-]*[\\w/-]
    urxvt*visualBell:   true
    urxvt*keysym.C-u: perl:matcher
    
    urxvt*tintColor: #FFFFFF
    !urxvt*background: #1C1C1C
    urxvt*foreground: #000000
    Last edited by Aradreth; 09 June 2008, 09:28 PM.
Working...
X