[arch-general] urxvt colours and Xresources

gt codered12 at gmail.com
Sat Dec 10 22:14:14 EST 2011


Hello folks

I have been facing this issue from a long time. The issue is that
sometimes the bold colours aren't loaded by urxvt.

I mainly use the terminals inside screen, and then the colours are
loaded properly (not always though). But when launching the terminal
standalone, the colours aren't loaded properly.

Here's the screenshot with normal colours:

http://ompldr.org/vYm9ucA

And when the problem occurs

http://ompldr.org/vYm9ubw

I have also attached my .Xresources and .xinitrc with the message.

Please if someone has a clue, then enlighten me.

Thanks

-- 
O< ascii ribbon campaign - stop html mail - www.asciiribbon.org
-------------- next part --------------
!!!!!!!!!!!!!!!!!!!!!
! urxvt preferences !
!!!!!!!!!!!!!!!!!!!!!

urxvt.termName: rxvt-256color
urxvt.loginShell: true
urxvt.scrollBar: false
urxvt.saveLines: 5000
urxvt.buffered: true
urxvt.cursorBlink: true
urxvt.urgentOnBell: true
urxvt.internalBorder: 0
urxvt.externalBorder: 0
urxvt.iso14755: false
urxvt.iso14755_52: false

! pseudo transparency
urxvt.transparent: true
urxvt.tintColor: white
urxvt.shading: 20 

! xft settings
xft.dpi: 86
xft.hinting: true
xft.hintstyle: 3
xft.antialias: true
xft.rgba: rgb

! font settings
!urxvt.font: xft:monaco:pixelsize=13
urxvt.font: xft:dina:pixelsize=18
urxvt.boldFont: xft:dina:bold:pixelsize=18

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
! colour preferences
urxvt.foreground: #EFEFEF
urxvt.background: #000000

! black/bright black
urxvt.color0: #222222
urxvt.color8: #000000

! red/bright red
urxvt.color1: #D71313
urxvt.color9: #FF0000

! green/bright green
urxvt.color2: #28BA26
urxvt.color10: #00FF00

! yellow/bright yellow
urxvt.color3: #FFA900
urxvt.color11: #FFFF00

! blue/bright blue
urxvt.color4: #0A77D3
urxvt.color12: #004BFF

! magenta/bright magenta
urxvt.color5: #A000A0
urxvt.color13: #E64CE6

! cyan/bright cyan
urxvt.color6: #0DAAAA
urxvt.color14: #01CCCC

! white/bright white
urxvt.color7: #EAEAEA
urxvt.color15: #FFFFFF
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

! extension settings
urxvt.perl-ext-common: default,url-select
urxvt.keysym.M-u: perl:url-select:select_next
urxvt.urlLauncher: opera
urxvt.underlineURLs: true
-------------- next part --------------
#!/bin/bash
##
## ~/.xinitrc
##
## Executed by startx (run your window manager from here)
##
#

# activate num lock
numlockx &

# set left-pointer
xsetroot -cursor_name left_ptr &

# set font path
xset +fp /usr/share/fonts/local/ &

# start unclutter
unclutter -idle 5 -noevents -root &

# start xbindkeys
xbindkeys &

# load xresources
xrdb -merge ~/.Xresources

# set wallpaper (start feh)
sh ~/.fehbg &

# start terminal
urxvt_launch.sh &

# set window manager name (for java) 
wmname LG3D &

# run conky
conky | while read -r; do xsetroot -name "$REPLY"; done &

# run autocutsel (synchronize clipboard buffers)
autocutsel -fork &
autocutsel -selection PRIMARY -fork &

# launch dwm
exec ~/bin/dwm-start.sh


More information about the arch-general mailing list