Created
January 10, 2015 05:27
-
-
Save setkeh/adafa543468cc26c6ba9 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: hintslight | |
!------------------------------------------------------------------------------- | |
! | |
! U R X V T - Settings | |
! | |
URxvt*saveLines: 3100 | |
URxvt*geometry: 80x25 | |
URxvt*borderLess: false | |
URxvt*depth: 32 | |
URxvt*scrollBar_right: false | |
URxvt*scrollBar: false | |
URxvt*cursorBlink: true | |
URxvt*cursorUnderline: true | |
URxvt*scrollColor: #0FFF00 | |
URxvt*internalborder: 6 | |
yeahconsole*inheritPixmap: true | |
yeahconsole*term:urxvtc | |
yeahconsole*transparent:false | |
!yeahconsole*background: rgba:0000/0000/0000/dddd | |
!yeahconsole*foreground: green | |
yeahconsole*screenWidth: 1129 | |
yeahconsole*xOffset: 2123 | |
yeahconsole*toggleKey: None+F12 | |
yeahconsole*consoleHeight: 20 | |
yeahconsole*aniDelay: 30 | |
yeahconsole*stepSize: 10 | |
yeahconsole*faceName: xft:terminus:pixelsize=13:antialias=false | |
!yeahconsole*faceSize: 9 | |
yeahconsole*keyFull: Alt+F12 | |
yeahconsole*handleWidth: 3 | |
yeahconsole*handleColor: #000000 | |
! rxvt-unicode | |
URxvt*urgentOnBell: true | |
*color0: #101010 | |
*color8: #404040 | |
!red | |
*color1: #E84F4F | |
*color9: #D23D3D | |
!green | |
*color2: #B8D68C | |
*color10: #A0CF5D | |
!yellow | |
*color3: #E1AA5D | |
*color11: #F39D21 | |
!blue | |
*color4: #0851BA | |
*color12: #4E9FB1 | |
!magenta | |
*color5: #FF2B50 | |
*color13: #8542FF | |
!cyan | |
*color6: #6D878D | |
*color14: #42717B | |
!white | |
*color7: #dddddd | |
*color15: #dddddd | |
! enable clickable links | |
URxvt*url-launcher: chromium | |
URxvt*urlLauncher: /home/setkeh/bin/urlLauncher $0 | |
URxvt*matcher.button: 1 | |
URxvt*tabbed.tabbar-fg: 11 | |
URxvt*tabbed.tabbar-bg: 0 | |
URxvt*tabbed.tab-fg: 14 | |
URxvt*tabbed.tab-bg: 0 | |
URxvt*colorIT: #87af5f | |
URxvt*colorBD: #A0CF5D | |
URxvt*colorUL: #87afd7 | |
! include font and bg/fg colors | |
URxvt*font: xft:terminus:pixelsize=13:antialias=false | |
!URxvt*font: xft:Envy Code R-10 | |
URxvt*iconFile: /usr/share/icons/Faenza/apps/32/terminal.png | |
!URxvt*background: rgba:0000/0000/0000/dddd | |
URxvt*background: rgba:0190/0200/0210/dddd | |
URxvt*foreground: #d3d3d3 | |
URxvt*transparent: true | |
! URxvt*.shading: 0 to 99 darkens, 101 to 200 lightens | |
URxvt*.shading: 80 | |
!Urxvt*fading: 10 | |
!Urxvt*fadeColor: #a146ff | |
URxvt*perl-ext-common: default,clipboard,matcher,font-size | |
URxvt*underlineColor: #1691CF | |
URxvt*keysym.C-Up: perl:font-size:increase | |
URxvt*keysym.C-Down: perl:font-size:decrease | |
URxvt*keysym.C-S-Up: perl:font-size:incglobal | |
URxvt*keysym.C-S-Down: perl:font-size:decglobal | |
URxvt*keysym.C-Delete: perl:matcher:last | |
URxvt*keysym.M-Delete: perl:matcher:list | |
URxvt*matcher.pattern.1: \\bhttps?:\/\/(?:(?:www.youtube|youtube).com\/watch\\?.*v=|youtu.be/)([\\w-]*) | |
URxvt*matcher.launcher.1: urlLauncher -video $0 | |
URxvt*matcher.pattern.2: \\bhttps?:\/\/vimeo.com\/([\\w-]*) | |
URxvt*matcher.launcher.2: urlLauncher -video $0 | |
URxvt*matcher.pattern.3: \\bhttps?:\/\/[\\w-.]*\/[\\w./?&@#-]*.(?i)(mp3|ogg|wav|wma|flv) | |
URxvt*matcher.launcher.3: urlLauncher -audio $0 | |
URxvt*matcher.pattern.4: \\bhttps?:\/\/[\\w-.]*\/[\\w./?&@#-]*.(?i)(jpg|jpeg|png) | |
URxvt*matcher.launcher.4: urlLauncher -image $0 | |
URxvt*matcher.pattern.5: \\bhttps?:\/\/[\\w-.]\/[\\w./?&@#-].(jpg|jpeg|png) | |
URxvt*matcher.launcher.5: feh $0 | |
URxvt*matcher.pattern.6: \\b(http|https|ftp):[/]*[\\w-]\\.[\\w./?&@#-]*[\\w/-] | |
URxvt*matcher.launcher.6: url-launcher | |
URxvt*matcher.pattern.7: \\bwww\\.[\\w-]\\.[\\w./?&@#-]*[\\w/-] | |
URxvt*matcher.launcher.7: url-launcher |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment