X-Git-Url: https://git.sev.monster/~sev/dotfiles.git/blobdiff_plain/e8abe7865035bf131e682150d904f440d0690041..a58ad2f0f50aeb3e5525cc7324503969d687f70b:/base/.Xresources diff --git a/base/.Xresources b/base/.Xresources index c72d6f3..2297915 100644 --- a/base/.Xresources +++ b/base/.Xresources @@ -1,6 +1,6 @@ ! fonts -!xft:Dina:size=8 -*font: -*-dina-medium-r-*-*-10-*-*-*-*-*-*-* +*font: -windows-dina-medium-r-normal--10-80-96-96-c-70-\ +microsoft-cp1252 *faceName: Dina *faceSize: 8 Xft.antialias: true @@ -9,7 +9,11 @@ Xft.hinting: true Xft.hintstyle: hintslight Xft.rgba: none -! Solarized colors, http://ethanschoonover.com/solarized +! theming +Xcursor.theme: Paper + +! colors +! http://ethanschoonover.com/solarized !#define S_base03 #002b36 #define S_base03 #000a0d #define S_base02 #073642 @@ -65,8 +69,8 @@ Xft.rgba: none ! URxvt URxvt.termName: rxvt-256color -URxvt.perl-ext: matcher -URxvt.perl-ext-common: +URxvt.perl-ext: +URxvt.perl-ext-common: searchable-scrollback,confirm-paste,matcher,font-size URxvt.depth: 32 URxvt.background: rgba:0000/0a00/0d00/d000 @@ -81,12 +85,18 @@ URxvt.visualBell: true URxvt.url-launcher: /usr/local/bin/xdg-open URxvt.matcher.button: 1 +URxvt.matcher.pattern.0: \\w+:\\/\*[\\w\\-][\\w\\-\\.]*\\.\\w+(?::\\d)?(?:\\/[\\w\\-\\.\\/?&@#%_]*)? 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-S-equal: font-size:increase +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')"