-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathXresources
29 lines (23 loc) · 835 Bytes
/
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
URxvt.font: xft:mononoki:size=11,style=Regular,Noto Color Emoji:size=8
URxvt.termName: rxvt
!fix crappy kerning
URxvt.letterSpace: 1
!matcher:clickable URLs
!font-size: change fontsize on the fly
!selection-to-clipboard: link urxvt to regular clipboard
!tabbedex: enable tabs
URxvt.perl-ext-common: default,matcher,font-size,selection-to-clipboard
URxvt.url-launcher: /usr/bin/firefox
URxvt.matcher.button: 1
!Key bindings for font size change
URxvt.keysym.C-Up: perl:font-size:increase
URxvt.keysym.C-Down: perl:font-size:decrease
URxvt.keysym.C-S-Up: perl:font-size:incglobal
URxvt.keysym.C-S-Down: perl:font-size:decglobal
!Disable default binding for Ctrl+Shift bindings to work
URxvt.iso14755: false
URxvt.iso14755_52: false
!Increase scrollback buffer
URxvt.saveLines: 200000
!Set explicit cursor size
Xcursor.size: 16