Barre à droite!

Post Reply
Message
Author
Médor

Barre à droite!

#1 Post by Médor »

Pour obtenir la barre de défilement latérale sur le coté droit comme sur toutes les
autres fenêtres ajouter ces deux lignes dans /root/.Xdefaults :

Code: Select all

Rxvt*scrollColor: #81A0CF
Rxvt*scrollBar_right: true
Pour changer la couleur #81A0CF (~ bleu ciel) se servir Gcolor2.

Cordialement.

User avatar
ASRI éducation
Posts: 3197
Joined: Sat 09 May 2009, 12:10
Location: France
Contact:

Re: Barre à droite!

#2 Post by ASRI éducation »

Médor wrote:....ajouter ces deux lignes dans /root/.Xdefaults
Tu les mets à un endroit précis ?

Médor

#3 Post by Médor »

Bonsoir Cédric,

Voici le fichier complet de .Xdefaults modifié de l'ASRI beta 300 prof :

Code: Select all


!Rxvt*keysym.0xFF50:\001
!Rxvt*keysym.0xFF57:\005
! but urxvt in quirky etc needs these...
!Rxvt.keysym.Home: \033[1~
!Rxvt.keysym.End: \033[4~
! broomdodger reports this works in both 431 and quirky (rxvt and urxvt)...
Rxvt.keysym.0xFF50: \033[1~
Rxvt.keysym.0xFF57: \033[4~ 

!Rxvt*menu: /root/.rxvt.menu
Rxvt*saveLines: 1000
Rxvt*scrollColor: #81A0CF
Rxvt*scrollBar_right: true

!warning, needs about 500 bytes per line for scrollback buffer...
URxvt.saveLines: 500
! idea here is 7x14 only iso8859-1, xft:mono fills in other characters...
URxvt.font: x:7x14,xft:mono
!URxvt.font: xft:mono:pixelsize=14
URxvt.boldFont: x:7x14,xft:mono
URxvt.italicFont: xft:mono:italic:autohint=true
URxvt.background: "white smoke"
!URxvt.secondaryScroll: true
! unicode initially on
!XTerm*Utf8: 1
Enlever le "!" pour activer par exemple la dernière ligne du fichier.

Cordialement.

User avatar
ASRI éducation
Posts: 3197
Joined: Sat 09 May 2009, 12:10
Location: France
Contact:

#4 Post by ASRI éducation »

Trop fort, je vais essayer de suite.
:D

User avatar
ASRI éducation
Posts: 3197
Joined: Sat 09 May 2009, 12:10
Location: France
Contact:

#5 Post by ASRI éducation »

Je viens d'essayer et effectivement la barre rxvt est bien à droite (grâce à un simple copier-coller du fichier proposé par Médor).

Remarque : le fichier modifié peut être utilisé avec Puppy Lucid 525 (puisque ASRI Edu 300 est basée sur cette version).

Post Reply