.Xresources (2314B)
1 ! vim: foldmethod=marker: 2 3 !#include ".Xresources.d/themes/solarized" 4 !#include ".Xresources.d/themes/baskerville" 5 !#include ".Xresources.d/themes/sexy" 6 !#include ".Xresources.d/themes/mocha" 7 !#include ".Xresources.d/themes/tomorrow.light" 8 !#include ".Xresources.d/themes/tomorrow.dark" 9 !#include ".Xresources.d/themes/ashes.light" 10 !#include ".Xresources.d/themes/polygon" 11 !#include ".Xresources.d/themes/shore" 12 !#include ".Xresources.d/themes/tomorrow-night" 13 !#include ".Xresources.d/themes/lucius-white-high-contrast" 14 #include ".Xresources.d/themes/current" 15 16 URxvt.perl-lib: /home/jb55/.Xresources.d/perl 17 URxvt*perl-ext-common: default,matcher,clipboard,keyboard-select,url-picker,resize-font 18 19 URxvt.keysym.M-v: perl:keyboard-select:activate 20 URxvt.keysym.M-s: perl:keyboard-select:search 21 URxvt.keysym.M-f: perl:url-picker 22 23 URxvt.resize-font.smaller: M-9 24 URxvt.resize-font.bigger: M-0 25 26 27 ! urxvt 28 !URxvt*boldFont: -*-profont-*-*-*-*-12-*-*-*-*-*-*-* 29 !URxvt*font: -*-profont-*-*-*-*-12-*-*-*-*-*-*-* 30 !URxvt*font: xft:Source Code Pro:size=13:antialias=true;hinting=true,\ 31 ! xft:Kochi Gothic:antialias=true,hinting=true 32 !URxvt*font: xft:PT Mono:size=11 33 URxvt*font: xft:Inconsolata:size=18:hinting=true 34 !urxvt.font: xft:terminus:antialias=false:pixelsize=16 35 36 !xft:Inconsolata:size=18:antialias=true;hinting=true 37 ! 38 /* URxvt*font: xft:Noto Serif:size=10:antialias=true;hinting=true */ 39 40 URxvt*internalBorder: 14 41 URxvt*matcher.button: 1 42 43 URxvt.color-themes.autosave: 1 44 URxvt.color-themes.state-file: ~/.urxvt-theme 45 URxvt.color-themes.themedir: ~/dotfiles/.Xresources.d/themes 46 URxvt.keysym.Shift-Control-L: perl:color-themes:load-state 47 URxvt.keysym.Shift-Control-S: perl:color-themes:save-state 48 URxvt.keysym.Shift-Control-N: perl:color-themes:next 49 URxvt.keysym.Shift-Control-P: perl:color-themes:prev 50 URxvt.keysym.Shift-Control-V: perl:clipboard:paste 51 52 URxvt*scrollBar: false 53 URxvt.iso14755: false 54 URxvt*boldMode: false 55 URxvt*cursorBlink: true 56 URxvt*termName: rxvt 57 URxvt*urgentOnBell: true 58 59 Xft.antialias: 1 60 Xft.hinting: 1 61 Xft.hintstyle: hintfull 62 Xft.llter: lcddefault 63 Xft.rgba: rgbc 64 65 URxvt*scrollTtyOutput: false 66 URxvt*scrollWithBuffer: true 67 URxvt*scrollTtyKeypress: true 68 69 70 !Emacs.font: Monospace-10 71 72 ! XTerm 73 XTerm*boldFont: fixed 74 URxvt*url-launcher: /home/jb55/bin/open 75 76