diff options
Diffstat (limited to '.Xdefaults')
-rw-r--r-- | .Xdefaults | 14 |
1 files changed, 8 insertions, 6 deletions
@@ -20,8 +20,8 @@ xterm*font: -*-proggytiny-*-*-*-*-*-*-*-*-*-*-*-* !-------------------- URxvt*reverseVideo: false URxvt*title: Terminal -!URxvt*fading: 0 -!URxvt*shading: 10 +URxvt*fading: 0 +URxvt*shading: 10 URxvt*perl-ext-common: default,matcher URxvt.underlineURLs: true URxvt.keysym.M-u: perl:mark-yank-urls:activate_mark_mode @@ -29,14 +29,16 @@ URxvt.perl-lib:/home/flo/.urxvt URxvt.perl-ext:selection,mark-yank-urls URxvt*urlLauncher: urxvt-link.sh URxvt*matcher.button: 1 +URxvt.matcher.rend.0: Uline fg6 URxvt*matcher.pattern.1: \\bwww\\.[\\w-]\\.[\\w./?&@!-]*[\\w/-] URxvt*scrollWithBuffer: true URxvt*scrollTtyKeypress: true -!URxvt*depth: 32 -!URxvt*background: rgba:0000/0000/0000/dddd +URxvt*depth: 32 +URxvt*background: rgba:0000/0000/0000/eeee !URxvt*dpi:88 !URxvt*transparent:true -!URxvt*tintColor: #000000 +URxvt*tintColor: #141414 +URxvt.termName: rxvt-256color !-------------------- ! Overall Settings @@ -58,7 +60,7 @@ URxvt*scrollTtyKeypress: true !-------------------- ! Colors !-------------------- -URxvt*background: #000000 +!URxvt*background: #000000 URxvt*foreground: #CCCCCC xterm*background: #000000 xterm*foreground: #CCCCCC |