Skip to content

Commit

Permalink
Urxvt: Remove config
Browse files Browse the repository at this point in the history
  • Loading branch information
Ambrevar committed Jul 28, 2017
1 parent dff4bb1 commit 128948f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 90 deletions.
82 changes: 0 additions & 82 deletions .Xresources
Original file line number Diff line number Diff line change
@@ -1,105 +1,23 @@
!!==============================================================================
!! URxvt.
!! url-select, clipboard and keyboard-select are provided in Muennich perl
!! plugins.

!! Plugin dir.
URxvt.perl-lib: .config/urxvt/

! URxvt*modifier: alt
URxvt.iso14755: False
URxvt*saveLines: 5000
URxvt*scrollBar: false

!! 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
URxvt.clipboard.autocopy: true
URxvt.clipboard.pastecmd: xsel -o
URxvt.clipboard.copycmd: xsel -i

!!------------------------------------------------------------------------------
!! 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
urxvt.font: xft:Dina:pixelsize=14

!! Xft options
! Xft.antialias: false
! 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

!!------------------------------------------------------------------------------
!! Styles.

!! Find more styles on:
!! http://xcolors.net/
!! http://xcolors.net/dl/derp
!! https://bbs.archlinux.org/viewtopic.php?id=51818

!! 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

xterm*termName: xterm-256color
xterm*locale: true

! 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

!! Make Meta-* bindings work.
xterm*eightBitInput: false

!! Fix the backspace key
xterm*backarrowKey: false
xterm*ttyModes: erase ^?

xterm*saveLines: 4096

xterm*charClass: 33:48,36-47:48,58-59:48,61:48,63-64:48,95:48,126:48
xterm*on3Clicks: regex ([[:alpha:]]+://)?([[:alnum:]!#+,./=?@_~-]|(%[[:xdigit:]][[:xdigit:]]))+

Expand Down
8 changes: 0 additions & 8 deletions .xprofile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ done
## manager may merge after sourcing this file without setting the preprocessor
## variable, thus overwriting the value with the variable name.
cat <<EOF | xrdb -merge
URxvt.url-select.launcher: $BROWSER
*VT100*translations: #override Ctrl Meta <KeyPress> U: exec-formatted("$BROWSER '%t'", CLIPBOARD) \n\
Shift <KeyPress> Up:scroll-back(1,line,m) \n\
Shift <KeyPress> Down:scroll-forw(1,line,m)
Expand All @@ -28,11 +26,5 @@ xcape -e 'Control_L=Escape'
numlockx on
# xinput disable "SynPS/2 Synaptics TouchPad"

## This env variable is used by some program configs (e.g. ranger, awesome) to
## get the terminal executable name.
for i in urxvt xterm; do
command -v $i >/dev/null 2>&1 && export TERMCMD=$i && break
done

## Hook. Should be sourced last.
[ -f ~/.xprofile_hook ] && . ~/.xprofile_hook

0 comments on commit 128948f

Please sign in to comment.