Skip to content

Instantly share code, notes, and snippets.

@indeedwatson
Created February 26, 2016 21:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save indeedwatson/17c2bf38e8ef2d514552 to your computer and use it in GitHub Desktop.
Save indeedwatson/17c2bf38e8ef2d514552 to your computer and use it in GitHub Desktop.
#include "/home/yama/.xres/colors/cheesecake"
!#include "/home/yama/.xres/fonts/inconsolata"
URxvt*font: xft:Monaco for Powerline:regular:size=8
URxvt*imFont: xft:Monaco for Powerline:regular:size=8
URxvt*boldFont: xft:Monaco for Powerline:bold:size=8
URxvt*italicFont: xft:Monaco for Powerline:italic:size=8
URxvt*boldItalicFont: xft:Monaco for Powerline:bold:italic:size=8
URxvt.letterspace: -2
!xft settings
Xft.dpi: 96
Xft.antialias: true
Xft.rgba: rgb
Xft.hinting: true
Xft.hintstyle: hintslight
! Xcursor
Xcursor.theme: Vanilla-DMZ-AA
Xcursor.size: 22
! various
URxvt.transparent: false
URxvt*scrollBar: false
URxvt.urgentOnBell: True
URxvt.visualBell: False
URxvt*saveLines: 1024
URxvt*mouseWheelScrollPage: true
! Extensions ~/.urxvt./ext
URxvt.perl-ext-common: default,clipboard,keyboard-select,url-select,matcher
! Clipboard
URxvt.keysym.C-S-C: perl:clipboard:copy
URxvt.keysym.C-S-V: perl:clipboard:paste
URxvt.keysym.C-S-W: perl:clipboard:paste_escaped
URxvt.clipboard.copycmd: xsel -ib
URxvt.clipboard.pastecmd: xsel -ob
! Keyboard-select
URxvt.keysym.C-Escape: perl:keyboard-select:activate
URxvt.keysym.C-S-S: perl:keyboard-select:search
! Url-select
URxvt.keysym.C-S-U: perl:url-select:select_next
URxvt.url-select.autocopy: true
URxvt.url-select.button: 1
! URxvt.url-select.launcher: /usr/bin/firefox
URxvt.url-select.underline: true
!enabling clickable links:
!URxvt.perl-ext-common: default,matcher
URxvt.url-launcher: /usr/bin/firefox
URxvt.matcher.button: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment