diff options
author | Stefan Ritter <xeno@thehappy.de> | 2009-05-14 01:44:08 +0200 |
---|---|---|
committer | Stefan Ritter <xeno@thehappy.de> | 2009-05-14 01:44:08 +0200 |
commit | a30c0608552bb9231ad2b991b032d50e4c97b891 (patch) | |
tree | b793312e94ec8da3ab06601899ba752e1496122f /xdefaults | |
parent | f8c0fa04841c38baf39c19f77485273060ccd418 (diff) |
awesome_bar.sh is killed from xinitrc
Diffstat (limited to '')
-rw-r--r-- | xdefaults | 17 |
1 files changed, 7 insertions, 10 deletions
@@ -1,13 +1,3 @@ -URxvt*.perl-ext-common: default,matcher - -URxvt.keysym.M-u: perl:mark-yank-urls,activate_mark_mode -URxvt.perl-lib: /home/xeno/etc/ -URxvt.perl-ext: selection,urxvt-yank-urls - -#URxvt.transparent: true -#URxvt.tintColor: #000000 -#URxvt.shading: 10 - #URxvt*font: xft:terminus:pixelsize=8 URxvt*font:xft:Bitstream Vera Sans Mono:pixelsize=11 @@ -27,6 +17,9 @@ URxvt*cutchars: `"()'*<>[]{|} URxvt*matcher.pattern.1: \\bwww\\.[\\w-]\\.[\\w./?&@#-]*[\\w/-] URxvt*urgentOnBell: true URxvt*visualBell: false +URxvt*selection.pattern-0: ([[:word:]]+) +URxvt*perl-ext: selection +URxvt*perl-ext-common: default,matcher URxvt.cursorColor: #005588 URxvt*background: #141414 @@ -50,3 +43,7 @@ URxvt*color12: #729FCF URxvt*color13: #FFD28F URxvt*color14: #69C8B1 URxvt*color15: #9AC4DD + +#URxvt.transparent: true +#URxvt.tintColor: #000000 +#URxvt.shading: 10 |