Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Ce dépôt est archivé. Vous pouvez voir les fichiers et le cloner, mais vous ne pouvez pas pousser ni ouvrir de ticket/demande d'ajout.
|
12345678910111213141516171819202122232425262728293031323334 |
- ! set font to Terminus
- urxvt*font: xft:Terminus:pixelsize=14
- urxvt*boldFont: xft:Terminus:pixelsize=14
-
- ! set colors
- URxvt*background: black
- URxvt*foreground: white
-
- ! save number lines in the scrollback buffer
- URxvt.saveLines: 10000
-
- ! disable scrollbar
- URxvt*scrollBar: false
-
- ! do not scroll with output
- URxvt*scrollTtyOutput: false
-
- ! scroll in relation to buffer (with mouse scroll or Shift+Page Up)
- URxvt*scrollWithBuffer: true
-
- ! scroll back to the bottom on keypress
- URxvt*scrollTtyKeypress: true
-
- ! scrollback buffer in secondary screen
- URxvt.secondaryScreen: 1
- URxvt.secondaryScroll: 0
-
- {% if not ansible_lsb.id == "Raspbian" %}
- ! fake transparency
- urxvt*transparent: true
- urxvt*shading: 30
- ! https://bbs.archlinux.org/viewtopic.php?id=222070
- URxvt*ineheritPixmap: true
- {% endif %}
|