You are not logged in.
Pages: 1
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
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
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
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
Pages: 1