X-Git-Url: https://git.sev.monster/~sev/dotfiles.git/blobdiff_plain/e8abe7865035bf131e682150d904f440d0690041..783c64488c70150afba45524ab2352a50bd77bf9:/base/.Xresources diff --git a/base/.Xresources b/base/.Xresources index c72d6f3..e5ca679 100644 --- a/base/.Xresources +++ b/base/.Xresources @@ -1,15 +1,18 @@ ! fonts -!xft:Dina:size=8 -*font: -*-dina-medium-r-*-*-10-*-*-*-*-*-*-* +*font: -windows-dina-medium-r-*-*-10-80-*-*-*-*-* *faceName: Dina *faceSize: 8 -Xft.antialias: true +Xft.antialias: 1 +Xft.rgba: rgb Xft.dpi: 96 -Xft.hinting: true +Xft.hinting: 1 Xft.hintstyle: hintslight -Xft.rgba: none -! Solarized colors, http://ethanschoonover.com/solarized +! theming +Xcursor.theme: Paper-Mono-Dark + +! colors +! http://ethanschoonover.com/solarized !#define S_base03 #002b36 #define S_base03 #000a0d #define S_base02 #073642 @@ -64,9 +67,9 @@ Xft.rgba: none ! URxvt -URxvt.termName: rxvt-256color -URxvt.perl-ext: matcher -URxvt.perl-ext-common: +URxvt.termName: rxvt-unicode-256color +URxvt.perl-ext: +URxvt.perl-ext-common: searchable-scrollback,confirm-paste,matcher,font-size URxvt.depth: 32 URxvt.background: rgba:0000/0a00/0d00/d000 @@ -79,33 +82,68 @@ URxvt.scrollBar_right: true URxvt.urgentOnBell: true URxvt.visualBell: true -URxvt.url-launcher: /usr/local/bin/xdg-open -URxvt.matcher.button: 1 +URxvt.url-launcher: firefox +URxvt.matcher.button: 2 +URxvt.matcher.pattern.0: [a-zA-Z\d]+:/\/[\\w-](?:\\.?[\\w-]+)*(?::\\d{1,5})?(?:/(?:[\\w\\d\\.!#$&\\-;=?~[\\]/]|%[\\da-fA-F]{2})*)? URxvt.matcher.rend.0: Uline Bold fg6 -URxvt.matcher.pattern.0: \\bwww\\.[\\w-]+\\.[\\w./?&@#-]*[\\w/-] -URxvt.matcher.pattern.1: \\B(/\\S+?):(\\d+)(?=:|$) -URxvt.matcher.launcher.1: vim +$2 $1 +!URxvt.matcher.pattern.1: \\s(/\\S+?):(\\d+)(?=:|$) +!URxvt.matcher.rend.1: Uline fg3 +!URxvt.matcher.launcher.1: urxvtc -e vim +$2 $1 URxvt.keysym.M-o: matcher:last URxvt.keysym.M-u: matcher:list +URxvt.keysym.M-plus: font-size:increase +URxvt.keysym.M-minus: font-size:decrease +URxvt.keysym.M-equal: font-size:reset +URxvt.keysym.M-slash: font-size:show URxvt.print-pipe: cat > "$HOME/urxvt-$(date +'%Y-%m-%d-%H%M%S')" -! bg terminal -URxvtBG.termName: rxvt-256color -URxvtBG.perl-ext: -URxvtBG.perl-ext-common: +! bg terminal 1 +TermBg1.termName: rxvt-unicode-256color +TermBg1.perl-ext: +TermBg1.perl-ext-common: + +TermBg1.scrollBar: false +TermBg1.cursorUnderline: true +TermBg1.visualBell: true + +TermBg1.depth: 32 +TermBg1.borderLess: true +TermBg1.transparent: true +TermBg1.shading: 80 +TermBg1.blurRadius: 2x4 -URxvtBG.scrollBar: false -URxvtBG.cursorUnderline: true -URxvtBG.visualBell: true +! bg terminal 2 +TermBg2.termName: rxvt-unicode-256color +TermBg2.perl-ext: +TermBg2.perl-ext-common: -URxvtBG.depth: 32 -URxvtBG.borderLess: true -URxvtBG.transparent: true -URxvtBG.shading: 80 +TermBg2.scrollBar: false +TermBg2.cursorUnderline: true +TermBg2.visualBell: true + +TermBg2.depth: 32 +TermBg2.borderLess: true +TermBg2.transparent: true ! xvkbd xvkbd.Alt_R.width: 1 xvkbd.Meta_R.width: 1 xvkbd.Multi_key.width: 1 xvkbd.Shift_R.width: 75 + +! yeahconsole +yeahconsole.term: urxvtc +yeahconsole.toggleKey: Alt+grave +yeahconsole.keySmaller: AltShift+subtract +yeahconsole.keyBigger: AltShift+equals +yeahconsole.keyFull: Alt+F11 +yeahconsole.scrollBar: false +yeahconsole.cursorUnderline: true +yeahconsole.visualBell: true + +yeahconsole.depth: 32 +yeahconsole.borderLess: true +yeahconsole.transparent: true +yeahconsole.shading: 80 +yeahconsole.blurRadius: 2x4