[urxvt] problème de configuration
Publié : lun. 15 juin 2015, 11:09
Bonjour tout le monde, je poste ici car j'ai un problème.. en effet, j'arrive pas à configurer mon urxvt
voilà mon .xinitrc
et voici mon .Xresources
(oui, je l'ai trouvé sur internet)
mais voila le problème, rien n'est pris en compte, les couleurs, les polices, les URL, rien :/ auriez vous une solution ?
merci à tous
voilà mon .xinitrc
Code : Tout sélectionner
#!/bin/zsh
if [ -d /etc/X11/xinit/xinitrc.d ]; then
for f in /etc/X11/xinit/xinitrc.d/*; do
[ -x "$f" ] && . "$f"
done
unset f
fi
xset +fp /usr/share/fonts/local
xset fp rehash
[[ -f ~/.Xresources ]] && xrdb -merge ~/.Xresources
exec dbus-launch awesome
Code : Tout sélectionner
! TomorrowNight
#define t_background #1d1f21
#define t_current_line #282a2e
#define t_selection #373b41
#define t_foreground #c5c8c6
#define t_comment #969896
#define t_red #cc6666
#define t_orange #de935f
#define t_yellow #f0c674
#define t_green #b5bd68
#define t_aqua #8abeb7
#define t_blue #81a2be
#define t_purple #b294bb
*.foreground: t_foreground
*.background: t_background
*.cursorColor: #aeafad
! Black / Grey
*.color0: #000000
*.color8: #666666
! Red / Bright Red
*.color1: t_red
*.color9: #FF3334
! Green + Bright Green
*.color2: t_green
*.color10: #9ec400
! Yellow (Orange) + Bright Yellow (Yellow)
*.color3: t_orange
*.color11: t_yellow
! Blue + Bright Blue
*.color4: t_blue
*.color12: t_blue
! Magenta (Purple) + Bright Magenta
*.color5: t_purple
*.color13: #b777e0
! Cyan (Aqua) + Bright Cyan
*.color6: t_aqua
*.color14: #54ced6
! Light Grey (Selection) + White (Current Line)
*.color7: t_selection
*.color15: t_current_line
! URxvt ------------------------------------
URxvt*termName: rxvt
URxvt*allow_bold: true
URxvt*internalBorder: 0
urxvt*externalBorder: 0
URxvt*fading: 0
URxvt*depth: 0
URxvt*transparent: false
URxvt*saveLines: 65535
URxvt*lineSpace: 0
URxvt*loginShell: true
urxvt*urgentOnBell: true
! Fonts ------------------------------------
- use a bitmap font
!rxvt*font: -xos4-terminus-medium-*-*-*-12-*-*-*-*-*-*-*
!rxvt*boldFont: -xos4-terminus-bold-*-*-*-12-*-*-*-*-*-*-*
- use xft for drawing fonts
!URxvt*font: xft:Terminus:8
!URxvt*font: xft:DroidSansMonoSlashed:rgba=rgb:size=10
URxvt*font : xft:Termsyn:size=12
! Border / Scrollbar -----------------------
URxvt*scrollBar: false
! scrollbar style - rxvt (default), plain (most compact), next, or xterm
URxvt*scrollstyle: plain
URxvt*borderless: 1
Urxvt*secondaryScroll: true
! Extensions ----------------------
URxvt*urlLauncher: /usr/bin/firefox
URxvt*matcher.button: 1
URxvt*perl-ext-common: default,vtwheel,matcher
URxvt*colorUL: #81a2be
!URxvt.perl-ext-common: default,clipboard,url-select,keyboard-select
!URxvt.url-select.launcher: firefox
!URxvt.url-select.underline: true
!URxvt.keysym.M-u: perl:url-select:select_next
!URxvt.keysym.M-Escape: perl:keyboard-select:activate
!URxvt.keysym.M-s: perl:keyboard-select:search
mais voila le problème, rien n'est pris en compte, les couleurs, les polices, les URL, rien :/ auriez vous une solution ?
merci à tous