Created
October 7, 2016 11:17
-
-
Save lukas2511/8898e36aa3311167a52a572c7bf63e22 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
! Xft settings | |
Xft.dpi: 96 | |
Xft.antialias: true | |
Xft.rgba: rgb | |
Xft.hinting: true | |
Xft.hintstyle: hintfull | |
! Meslo Setup | |
URxvt.allow_bold: true | |
URxvt*font: xft:Meslo LG M:regular:size=11, xft:Symbola:pixelsize=11 | |
URxvt*boldFont: xft:Meslo LG M:bold:size=11, xft:Symbola,pixelsize=11 | |
URxvt*imFont: xft:Meslo LG M:regular:size=11, xft:Symbola,pixelsize=11 | |
URxvt*letterSpace: -2 | |
!URxvt*termName: xterm-256color | |
URxvt*termName: rxvt-unicode-256color | |
! Molokai | |
URxvt*background : #1B1D1E | |
URxvt*foreground : #F8F8F2 | |
URxvt*cursorColor : #FF0000 | |
URxvt*color0 : #1B1D1E | |
URxvt*color1 : #B60050 | |
URxvt*color2 : #88BB22 | |
URxvt*color3 : #C47F2C | |
URxvt*color4 : #30309B | |
URxvt*color5 : #7E40A5 | |
URxvt*color6 : #4699AF | |
URxvt*color7 : #9999AA | |
URxvt*color8 : #303030 | |
URxvt*color9 : #F92672 | |
URxvt*color10 : #80FF00 | |
URxvt*color11 : #FFBA68 | |
URxvt*color12 : #7070F0 | |
URxvt*color13 : #BB88DD | |
URxvt*color14 : #66D9EF | |
URxvt*color15 : #F8F8F2 | |
! Bla | |
URxvt*scrollBar: false | |
URxvt*iso14755: false | |
URxvt*print-pipe: "cat > /dev/null" | |
! Perls | |
URxvt*perl-ext-common: default,clipboard,url-select,keyboard-select,resize-font | |
URxvt*url-select.launcher: chromium | |
URxvt*url-select.underline: true | |
URxvt*keysym.M-u: perl:url-select:select_next | |
URxvt.clipboard.autocopy: false | |
URxvt.keysym.Control-Shift-C: perl:clipboard:copy | |
URxvt.keysym.Control-Shift-V: perl:clipboard:paste | |
URxvt.resize-font.smaller: C-minus | |
URxvt.resize-font.bigger: C-plus | |
URxvt.resize-font.reset: C-0 | |
URxvt.resize-font.show: C-question |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment