Skip to content

Instantly share code, notes, and snippets.

@ork
Created May 25, 2014 10:03
Show Gist options
  • Save ork/f6625ade58f5c97c8027 to your computer and use it in GitHub Desktop.
Save ork/f6625ade58f5c97c8027 to your computer and use it in GitHub Desktop.
URxvt configuration file
! Window
URxvt.scrollBar: false
URxvt.borderLess: true
URxvt.internalBorder: 0
URxvt.externalBorder: 0
URxvt.iconFile: /usr/share/icons/Faenza/apps/16/terminal.png
! Fonts
URxvt.font: xft:Monospace:size=9
URxvt.depth: 32
URxvt.background: rgb:1111/1111/1111
URxvt.foreground: rgb:baba/bdbd/b6b6
! Extensions
URxvt.perl-ext-common: default,clipboard
! Keymaps
URxvt.iso14755: false
URxvt.iso14755_52: false
URxvt.keysym.M-c: perl:clipboard:copy
URxvt.keysym.M-v: perl:clipboard:paste
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment