forked from ivyl/i3-config
-
Notifications
You must be signed in to change notification settings - Fork 0
/
xresources
41 lines (31 loc) · 1.09 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
30
31
32
33
34
35
36
37
38
39
40
41
! vim: set filetype=xdefaults :
URxvt.perl-ext-common : default,keyboard-select,url-select,clipboard,font-size
URxvt.keysym.M-x : perl:keyboard-select:activate
URxvt.keysym.M-u : perl:url-select:select_next
URxvt.keysym.M-c : perl:clipboard:copy
URxvt.keysym.M-v : perl:clipboard:paste
URxvt.keysym.M-s : perl:keyboard-select:search
URxvt.keysym.M-C-v : perl:clipboard:paste_escaped
URxvt.url-select.launcher : firefox
URxvt.url-select.autocopy : true
URxvt.url-select.underline : true
! https://github.com/majutsushi/urxvt-font-size
URxvt.keysym.C-equal: perl:font-size:increase
URxvt.keysym.C-minus: perl:font-size:decrease
URxvt.font : xft:Terminus:pixelsize=10
URxvt.termName : rxvt-256color
URxvt.iso14755 : false
URxvt.urgentOnBell: true
URxvt.saveLines : 12000
URxvt.scrollBar : false
URxvt.scrollstyle : rxvt
! XFT
Xft.lcdfilter : lcddefault
Xft.hintstyle : hintslight
Xft.hinting : true
Xft.antialias : true
Xft.rgba : rgb
!Fading
URxvt.fading : 50
URxvt.fadeColor : #29303a
#include "dark.xresources"