ambevar-dotfiles/.Xresources

114 lines
3.3 KiB
Plaintext
Raw Normal View History

2015-10-19 15:15:12 +02:00
!!==============================================================================
!! URxvt.
!! url-select, clipboard and keyboard-select are provided in Muennich perl
!! plugins.
2013-06-24 17:33:53 +02:00
!! Plugin dir.
URxvt.perl-lib: .config/urxvt/
! URxvt*modifier: alt
URxvt.iso14755: False
URxvt*saveLines: 5000
URxvt*scrollBar: false
2015-10-19 15:15:12 +02:00
!! URL Support.
URxvt.perl-ext: url-select
URxvt.keysym.C-M-u: perl:url-select:select_next
URxvt.url-select.underline: true
URxvt.perl-ext-common: keyboard-select,clipboard
URxvt.keysym.C-M-Escape: perl:keyboard-select:activate
URxvt.keysym.C-M-v: perl:clipboard:paste
URxvt.keysym.C-M-c: perl:clipboard:paste_escaped
2012-11-01 18:14:30 +01:00
! URxvt.clipboard.pastecmd: xclip -o -selection clipboard -quiet -d locahost:0
2014-03-07 23:56:38 +01:00
URxvt.clipboard.autocopy: true
URxvt.clipboard.pastecmd: xclip -o -selection primary -quiet
URxvt.clipboard.copycmd: xclip -i -selection primary
2015-10-19 15:15:12 +02:00
!!------------------------------------------------------------------------------
!! Fonts.
!! WARNING: some Xft fonts (DejaVu, Liberation) seem to be messy with w3m image preview.
! URxvt*font: xft:Liberation Mono:pixelsize=14
! URxvt*font: xft:Dejavu Sans Mono:pixelsize=14
! URxvt*font: xft:Dejavu Sans Mono:pixelsize=14:antialias=false
! URxvt.font: xft:Bitstream Vera Sans Mono:pixelsize=14
!! Non-Xft version that are OK with w3m image preview.
! URxvt*font: -*-dejavu sans mono-*-*-*-*-*-*-*-*-*-*-iso8859-*
! URxvt*font: -*-dejavu sans-medium-r-*-*-14-*-*-*-*-*-*-*
!! Xft that are OK with w3m image preview.
! urxvt.font: xft:terminus:pixelsize=14
2013-09-18 12:27:28 +02:00
urxvt.font: xft:Dina:pixelsize=14
!! Xft options
! Xft.antialias: false
2013-07-31 08:35:25 +02:00
! Xft.antialias: rgba
Xft.hinting: true
Xft.hintstyle: hintlight
Xft.rgba: rgb
!! If not patched for letter spacing, this option might help.
! URxvt*letterSpace: -1
2015-10-19 15:15:12 +02:00
!!------------------------------------------------------------------------------
!! Styles.
!! Find more styles on:
!! http://xcolors.net/
!! http://xcolors.net/dl/derp
!! https://bbs.archlinux.org/viewtopic.php?id=51818
2016-10-16 04:44:13 +02:00
!! Bright values are all canonical colors except for blue and black which are
!! not bright enough on a black background.
URxvt.background: black
URxvt.foreground: white
URxvt.color0 : black
URxvt.color1 : #8b0000
URxvt.color2 : #228b22
URxvt.color3 : #cdcd00
URxvt.color4 : blue
URxvt.color5 : #8b008b
URxvt.color6 : #00bfff
URxvt.color7 : #f5f5f5
URxvt.color8 : #696969
URxvt.color9 : red
URxvt.color10 : green
URxvt.color11 : yellow
URxvt.color12 : #1e90ff
URxvt.color13 : magenta
URxvt.color14 : cyan
URxvt.color15 : white
!!==============================================================================
!! Xterm
2013-08-03 16:07:25 +02:00
! XTerm*charClass: 33:48,36-47:48,58-59:48,61:48,63-64:48,95:48,126:48
! xterm.font: xft:Dina:pixelsize=18
! xterm*font : -*-dejavu sans-medium-r-*-*-14-*-*-*-*-*-*-*
xterm*faceName:DejaVu Sans Mono:pixelsize=14
2013-08-27 18:41:49 +02:00
!! Make Meta-* bindings work.
*VT100.eightBitInput: false
xterm*background: black
2013-08-03 16:07:25 +02:00
xterm*foreground: white
xterm*color0 : black
xterm*color1 : #8b0000
xterm*color2 : #228b22
xterm*color3 : #cdcd00
xterm*color4 : blue
xterm*color5 : #8b008b
xterm*color6 : #00bfff
xterm*color7 : #f5f5f5
xterm*color8 : #696969
xterm*color9 : red
xterm*color10 : green
xterm*color11 : yellow
xterm*color12 : #1e90ff
xterm*color13 : magenta
xterm*color14 : cyan
xterm*color15 : white
2013-08-27 18:41:49 +02:00