diff options
author | Florian Pritz <bluewind@server-speed.net> | 2011-03-18 15:25:53 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@server-speed.net> | 2011-03-18 15:25:53 +0100 |
commit | 2176a208358a430e7ee241dcc9fba6e04fea679e (patch) | |
tree | 66822ba8c99b601a99e9253c41ee01213337191c /.Xdefaults | |
parent | 55c346d932d714573764acd7e388d0c864492798 (diff) | |
download | dotfiles-2176a208358a430e7ee241dcc9fba6e04fea679e.tar.gz dotfiles-2176a208358a430e7ee241dcc9fba6e04fea679e.tar.xz |
misc changes
Signed-off-by: Florian Pritz <bluewind@server-speed.net>
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 |