! URXVT ! ! General settings URxvt.loginShell : true URxvt.termName : rxvt-256color URxvt.urgentOnBell : true ! Custom META key URxvt*modifier: alt ! Copy-paste configuration URxvt.clipboard.copycmd: xclip -i -selection clipboard URxvt.clipboard.pastecmd: xclip -o -selection clipboard ! Perl extensions configuration URxvt.perl-ext-common: default,clipboard,url-select,keyboard-select,resize URxvt.url-select.launcher: /usr/bin/xdg-open URxvt.url-select.underline: true ! Key bindings for extensions URxvt.keysym.M-Escape: perl:keyboard-select:activate URxvt.keysym.M-s: perl:keyboard-select:search URxvt.keysym.M-u: perl:url-select:select_next URxvt.keysym.M-y: perl:clipboard:copy URxvt.keysym.M-p: perl:clipboard:paste URxvt.resize-font.smaller: C-minus URxvt.resize-font.bigger: C-plus ! Appearance /* URxvt*font: xft:DejaVu Sans Mono:size=12 */ URxvt*font: xft:monaco:size=10 URxvt*scrollBar: false URxvt*internalBorder: 0 URxvt.fading: 35 ! $TERM environment variable URxvt*.termName: rxvt-unicode-256color ! Colors URxvt.borderColor: #2E3440 *.foreground: #D8DEE9 *.background: #2E3440 *.cursorColor: #D8DEE9 *fadeColor: #4C566A *.color0: #3B4252 *.color1: #BF616A *.color2: #A3BE8C *.color3: #EBCB8B *.color4: #81A1C1 *.color5: #B48EAD *.color6: #88C0D0 *.color7: #E5E9F0 *.color8: #4C566A *.color9: #BF616A *.color10: #A3BE8C *.color11: #EBCB8B *.color12: #81A1C1 *.color13: #B48EAD *.color14: #8FBCBB *.color15: #ECEFF4