citadel

My dotfiles, scripts and nix configs
git clone git://jb55.com/citadel
Log | Files | Refs | README | LICENSE

.Xresources (2456B)


      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=14:hinting=true
     34 !URxvt*font: xft:Inconsolata:size=18:hinting=true
     35 !urxvt.font: xft:terminus:antialias=false:pixelsize=16
     36 !urxvt.font: xft:cozette:antialias=false:pixelsize=16
     37 !URxvt*font: xft:Cozette:style=Medium
     38 
     39 !xft:Inconsolata:size=18:antialias=true;hinting=true
     40 !
     41 /* URxvt*font: xft:Noto Serif:size=10:antialias=true;hinting=true */
     42 
     43 URxvt*internalBorder: 14
     44 URxvt*matcher.button: 1
     45 
     46 URxvt.color-themes.autosave: 1
     47 URxvt.color-themes.state-file: ~/.urxvt-theme
     48 URxvt.color-themes.themedir:  ~/dotfiles/.Xresources.d/themes
     49 URxvt.keysym.Shift-Control-L:  perl:color-themes:load-state
     50 URxvt.keysym.Shift-Control-S:  perl:color-themes:save-state
     51 URxvt.keysym.Shift-Control-N:  perl:color-themes:next
     52 URxvt.keysym.Shift-Control-P:  perl:color-themes:prev
     53 URxvt.keysym.Shift-Control-V: perl:clipboard:paste
     54 
     55 URxvt*scrollBar: false
     56 URxvt.iso14755: false
     57 URxvt*boldMode: false
     58 URxvt*cursorBlink: true
     59 URxvt*termName: rxvt
     60 URxvt*urgentOnBell: true
     61 
     62 Xft.antialias:  1
     63 Xft.hinting:    1
     64 Xft.hintstyle:  hintfull
     65 Xft.llter:  lcddefault
     66 Xft.rgba:       rgbc
     67 
     68 URxvt*scrollTtyOutput:      false
     69 URxvt*scrollWithBuffer:     true
     70 URxvt*scrollTtyKeypress:    true
     71 
     72 
     73 !Emacs.font: Monospace-10
     74 
     75 ! XTerm
     76 XTerm*boldFont: fixed
     77 URxvt*url-launcher: /home/jb55/bin/open
     78 
     79