diff options
author | Urbain Vaes <urbain@vaes.uk> | 2015-07-13 01:33:30 +0200 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2015-07-13 01:33:30 +0200 |
commit | bc9c8ba28118a84a5a23eadd37fed855e000ebd0 (patch) | |
tree | bbacb34e5d3af26554a93d4b12d422bf9ff39512 /Xresources | |
parent | 8de6af284c4d4ed227c066d17fdc3954f20f2e51 (diff) |
Improve Xresource
Diffstat (limited to 'Xresources')
-rw-r--r-- | Xresources | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -12,6 +12,10 @@ XTerm*selectToClipboard: true ! URXVT ! +! General settings +URxvt.loginShell : true +URxvt.termName : rxvt-256color + ! Custom META key URxvt*modifier: alt @@ -33,14 +37,11 @@ URxvt.keysym.M-p: perl:clipboard:paste URxvt.keysym.F11: perl:fullscreen:switch ! Appearance -! ! URxvt*font: xft:DejaVu Sans Mono:size=12 URxvt*font: xft:monaco:size=11:antialias=false URxvt*scrollBar: false URxvt*internalBorder: 0 - -! Cursor color -URxvt*cursorColor: Green +URxvt.borderColor: black ! True transparency URxvt.depth: 32 |