urxvt colours and Xresources

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



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
!!!!!!!!!!!!!!!!!!!!!
! 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
#!/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

[Index of Archives]     [Linux Wireless]     [Linux Kernel]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Share Photos]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]
  Powered by Linux