You are not logged in.

#1 2007-12-30 00:05:06

daedalusman
Member
From: CO, USA
Registered: 2006-12-05
Posts: 258

urxvt wont honor .xdefaults

So my urxvt setup wont honor my .Xdefaults file. It doesn't use the color scheme and it bolds text that it shouldn't. Does anyone have any ideas here? Thanks for the help here are the contents of my .Xdefaults file.

Xft*dpi:        96
Xft*antialias:    true


*background:    #121212
*foreground:    #F6F6F6
*cursorColor:   #ACEA5C

!black text
*color0:           #0d0d0d
*color8:           #0d0d0d
!red text
*color1:           #B73F23
*color9:           #C74B2E
!green text
*color2:           #82B94A
*color10:          #82B94A
!yellow text
*color3:           #C5CF43
*color11:          #C5CF43
!blue text
*color4:           #6C89B1
*color12:          #6C89B1
!magenta text
*color5:           #AA6F90
*color13:          #AA6F90
!cyan text
*color6:           #A673BE
*color14:          #A673BE
!white
*color7:           #EDEDED
*color15:          #EDEDED

! Urxvt
urxvt*font: -*-terminus-medium-r-normal-*-*-120-*-*-*-*-*
urxvt*boldfont: -*-terminus-medium-r-normal-*-*-120-*-*-*-*-*
urxvt*reverseVideo:        false
urxvt*fading:   10
urxvt*shading:  30
urxvt*inheritPixmap: True
urxvt*scrollBar: False 
urxvt*geometry: 110x20+5+715
urxvt*cutchars: `"()'*<>[]{|}
urxvt*termName: rxvt-unicode
urxvt*mapAlert:   true
urxvt*visualBell: true

! Plugin stuff
urxvt.urlLauncher: firefox

Offline

#2 2007-12-30 00:20:43

thayer
Fellow
From: Vancouver, BC
Registered: 2007-05-20
Posts: 1,560
Website

Re: urxvt wont honor .xdefaults

urxvt*font: xft:terminus:pixelsize=12
urxvt*boldFont: xft:terminus:pixelsize=12

*background:   #222222
*foreground:    #888888

! tango'ish scheme
urxvt*foreground: #babdb6
! Black (not tango) + DarkGrey
urxvt*color0: #000000
urxvt*color8: #555753
! DarkRed + Red
urxvt*color1: #a40000
urxvt*color9: #cc0000
! DarkGreen + Green
urxvt*color2: #4e9a06
urxvt*color10: #73d216
! DarkYellow + Yellow
urxvt*color3: #c4a000
urxvt*color11: #edd400
! DarkBlue + Blue
urxvt*color4: #204a87
urxvt*color12: #3465a4
! DarkMangenta + Mangenta
urxvt*color5: #ce5c00
urxvt*color13: #f57900
!DarkCyan + Cyan (both not tango)
urxvt*color6: #038e82
urxvt*color14: #05d2c1
! LightGrey + White
urxvt*color7: #babdb6
urxvt*color15: #d3d7cf

Last edited by thayer (2007-12-30 00:20:53)


thayer williams ~ cinderwick.ca

Offline

#3 2008-01-10 04:30:37

thewayofzen
Member
Registered: 2007-06-10
Posts: 79

Re: urxvt wont honor .xdefaults

BUMP

After upgrading rxvt-unicode it no longer launches with the values being honoured at launch.
instead i get an opaque screen that only displays how it SHOULD after i click it to give it focus.
Any ideas?

Offline

#4 2008-01-10 04:41:31

Gilneas
Member
From: Netherlands
Registered: 2006-10-22
Posts: 320

Re: urxvt wont honor .xdefaults

have you tried xrdb?
xrdb -load ~/.Xdefaults

I think this needs to be done after every edit. Not sure why though, e.g. aterm doesn't need that.

Offline

Board footer

Powered by FluxBB