diff --git a/.Xresources b/.Xresources index babfa0c..4e5dead 100644 --- a/.Xresources +++ b/.Xresources @@ -2,14 +2,14 @@ URxvt.*foreground: #FFFFFF URxvt.*background: #262626 URxvt.*cursorBlink: true -URxvt.*utf8: 2 -URxvt.*eightBitInput: true -URxvt.e*eightBitControl: false -URxvt.*eightBitOutput: true -Xft.antialias: true +URxvt.perl-ext-common: selection-to-clipboard,default,matcher +URxvt.url-launcher: /usr/bin/xdg-open +URxvt.matcher.button: 1 +URxvt*scrollBar: false !!!!!!Font!!!!!! URxvt.font: xft:sourcecodepro:size=10 +URxvt.letterSpace: -1 !!!!!!tango color scheme!!!!!! URxvt.*color0: #1e1e1e @@ -28,9 +28,3 @@ URxvt.*color12: #729fcf URxvt.*color13: #ad7fa8 URxvt.*color14: #00f5e9 URxvt.*color15: #eeeeec - -! Render setting for cairo -> pango -> gtk - Xft.dpi: 96 - Xft.hinting: true - Xft.rgba: rgb - Xft.hintstyle: hintslight