You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
|
- ! 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 %}
|