diff options
Diffstat (limited to 'dot_Xresources.tmpl')
-rw-r--r-- | dot_Xresources.tmpl | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/dot_Xresources.tmpl b/dot_Xresources.tmpl index 92dac20..2665d65 100644 --- a/dot_Xresources.tmpl +++ b/dot_Xresources.tmpl @@ -12,8 +12,9 @@ URxvt*color12: #0088FF URxvt.underlineColor: yellow URxvt.saveLines: 8192 URxvt.mapAlert: true -URxvt.font: {{ if (eq .chezmoi.os "openbsd") }}xft:spleen:size=10{{ else }}xft:Spleen 16x32:antialias=false{{ end }},xft:,xft:Inconsolata:size=10,xft:Input Mono Medium:size=10,xft:DejaVu Sans Mono:size=10,xft:Liberation Mono:size=10,xft:symbola:size=10:minspace=False +URxvt.font: {{ if (eq .chezmoi.os "openbsd") }}xft:spleen:size=10{{ else }}xft:Spleen 16x32:antialias=false{{ end }},xft:Inconsolata:size=10,xft:Input Mono Medium:size=10,xft:DejaVu Sans Mono:size=10,xft:Liberation Mono:size=10,xft:symbola:size=10:minspace=False URxvt.perl-ext-common: default,matcher,font-size,-searchable-scrollback +URxvt.pointerBlank: true URxvt.url-launcher: firefox URxvt.matcher.button: 1 URxvt.visualBell: false @@ -36,7 +37,10 @@ XLock*logoutButton: -1 Xpdf*fileFilterStyle: filter_hidden_files -XTerm.metaSendsEscape: true +XTerm*metaSendsEscape: true +XTerm.VT100.translations: #override \ + Ctrl <Key> Down: smaller-vt-font() \n\ + Ctrl <Key> Up: larger-vt-font() XTerm.eightBitInput: false XTerm.termName: xterm-256color XTerm*faceName: xft:spleen:antialias=false @@ -59,3 +63,12 @@ xscreensaver.selected: -1 xscreensaver.timeout: 0:02:00 xscreensaver.timestamp: True xscreensaver.unfade: False + +XConsole*background: black +XConsole*foreground: white +XConsole*borderWidth: 2 +XConsole*borderColor: grey +XConsole.text.geometry: 480x130 +XConsole.verbose: true +XConsole*iconic: true +XConsole*font: fixed |