-
Notifications
You must be signed in to change notification settings - Fork 0
/
.Xresources
29 lines (24 loc) · 1.03 KB
/
.Xresources
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#include ".Xresources.d/colors"
URxvt*termName: rxvt-256color
!URxvt.font: xft:Hack Nerd Font:size=11:minspace=False, xft:DejaVu Sans:pixelsize=18
!URxvt*boldFont: xft:Hack Nerd Font:size=11:minspace=False, xft:DejaVu Sans:pixelsize=18
!URxvt.font: xft:MesloLGS NF:style=regular:size=11
!URxvt.boldFont: xft:MesloLGS NF:style=bold:size=11
!URxvt.italicFont: xft:MesloLGS NF:style=italic:size=11
!URxvt.boldItalicFont: xft:MesloLGS NF:style=bold italic:size=11
URxvt*scrollstyle: plain
URxvt*scrollBar: False
URxvt*perl-ext-common: default,matcher
URxvt*urlLauncher: firefox
URxvt*keysym.M-o: matcher:select
URxvt*matcher.button: 1
URxvt*saveLines: 8192
URxvt*pointerBlank: True
URxvt.secondaryScreen: 1
URxvt.secondaryScroll: 0
! 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