[urxvt] problème de configuration

Applications, problèmes de configuration réseau
Avatar de l’utilisateur
Piczel
Chu Ko Nu
Messages : 314
Inscription : dim. 03 mai 2015, 19:17
Localisation : Terre du Milieu

[urxvt] problème de configuration

Message par Piczel »

Bonjour tout le monde, je poste ici car j'ai un problème.. en effet, j'arrive pas à configurer mon urxvt

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
et voici mon .Xresources

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
(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
lili : Lenovo E540 | ArchLinux
abraham : RaspBerry Pi 3 B | ArchLinux
isaac : RaspBerry Pi 3 B | ArchLinux
Github
The best way to accelerate a computer running Windows is at 9.81m/s²
10 types de geeks, ceux qui savent compter en binaire, et les autres.
Tucnacek
Chu Ko Nu
Messages : 332
Inscription : sam. 28 sept. 2013, 22:40

Re: [urxvt] problème de configuration

Message par Tucnacek »

As-tu bien pensé à activer la configuration ?
xrdb -merge ~/.Xresources
Avatar de l’utilisateur
Piczel
Chu Ko Nu
Messages : 314
Inscription : dim. 03 mai 2015, 19:17
Localisation : Terre du Milieu

Re: [urxvt] problème de configuration

Message par Piczel »

oui.. je l'ai fait mais uacun résultat
lili : Lenovo E540 | ArchLinux
abraham : RaspBerry Pi 3 B | ArchLinux
isaac : RaspBerry Pi 3 B | ArchLinux
Github
The best way to accelerate a computer running Windows is at 9.81m/s²
10 types de geeks, ceux qui savent compter en binaire, et les autres.
Avatar de l’utilisateur
Piczel
Chu Ko Nu
Messages : 314
Inscription : dim. 03 mai 2015, 19:17
Localisation : Terre du Milieu

Re: [urxvt] problème de configuration

Message par Piczel »

alors là, moment d'incompréhension, ça marche, enfin la police a changée, je ne sais pas d'où mais elle a changée, c'est la même que mon Terminator actuel
lili : Lenovo E540 | ArchLinux
abraham : RaspBerry Pi 3 B | ArchLinux
isaac : RaspBerry Pi 3 B | ArchLinux
Github
The best way to accelerate a computer running Windows is at 9.81m/s²
10 types de geeks, ceux qui savent compter en binaire, et les autres.
Répondre