Bonjour à tous!
J'utilise mon terminal pour me connecter en ssh (à mon raspberry notamment)
je me retrouve souvent avec plusieurs terminaux ouverts en même temps
et j'aimerai arrêter de les confondre
Pour ce faire j'ai trouvé une commande qui me permet de changer la couleur de fond avec un raccourci clavier (dans mon Xdefaults):
URxvt*keysym.Control-Shift-F10: command:\033]11;#2c2c2c\007
Mais je n'arrive pas à intégrer un terme de transparence au sein de cette dernière. J'utilise compton.
Connaissez vous la syntaxe exacte ?
mon Xdefaults complet :
##### THIS FILE IS BEING CURRENTLY MANAGED BY URXVTCONFIG #####
##### CHANGES DONE TO THIS FILE MANUALLY MAY AFFECT THE FUNCTIONALITY ######
##### PROCEED WITH CAUTION! #####
! special colors
*.foreground: #ffffff
!c0c5ce
*.background: #2b303b
*.cursorColor: #c0c5ce
! black
*.color0: #2b303b
*.color8: #65737e
! red
*.color1: #bf616a
*.color9: #bf616a
! green
*.color2: #a3be8c
*.color10: #a3be8c
! yellow
*.color3: #ebcb8b
*.color11: #ebcb8b
! blue
*.color4: #8fa1b3
*.color12: #8fa1b3
! magenta
*.color5: #b48ead
*.color13: #b48ead
! cyan
*.color6: #96b5b4
*.color14: #96b5b4
! white
*.color7: #c0c5ce
*.color15: #eff1f5
URxvt*scrollBar: false
URxvt*scrollBar_right: false
URxvt*transparent: false
URxvt*depth: 32
URxvt.background: [53]#2b303b
URxvt.foreground: #aaaaaa
URxvt.font: xft:DejaVu Sans Mono:pixelsize=12
URxvt.letterSpace: 0
*antialias: false
*autohint: false
URxvt.keysym.Shift-Control-V: eval:paste_clipboard
URxvt.keysym.Shift-Control-C: eval:selection_to_clipboard
gVim*depth: 32
gVim.background: [93]#2b303b
URxvt*keysym.Control-Shift-F10: command:\033]11;#2c2c2c\007
Ou avez vous d'autres solutions?
Dernière modification par David5647 (07-11-2019 18:47:57)