diff options
author | Ryan Kavanagh <rak@rak.ac> | 2021-12-17 16:58:49 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2021-12-17 16:58:49 -0500 |
commit | e1bc7582f70642e08781cfb4a7406149b53707d0 (patch) | |
tree | d5a0085e651549d68d49122f66256cc85b8c4fac /dot_Xresources.tmpl | |
parent | cwm config (diff) |
Use spleen as main font
Diffstat (limited to 'dot_Xresources.tmpl')
-rw-r--r-- | dot_Xresources.tmpl | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/dot_Xresources.tmpl b/dot_Xresources.tmpl new file mode 100644 index 0000000..4921309 --- /dev/null +++ b/dot_Xresources.tmpl @@ -0,0 +1,51 @@ +XTerm*metaSendsEscape: true +XTerm*eightBitInput: false +URxvt.background: #000000 +URxvt.foreground: #ffffff +URxvt.colorBD: #ffffff +URxvt.hilightColor: #f0f0f0 +URxvt.scrollBar: false +URxvt.scrollstyle: xterm +URxvt.transparent: true +URxvt.tint: black +URxvt.shading: 15 +URxvt*color4: #0055FF +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.perl-ext-common: default,matcher,font-size,-searchable-scrollback +URxvt.url-launcher: firefox +URxvt.matcher.button: 1 +URxvt.visualBell: false +URxvt.urgentOnBell: true +URxvt.keysym.C-Up: font-size:increase +URxvt.keysym.C-Down: font-size:decrease +URxvt.keysym.C-S-Up: font-size:incglobal +URxvt.keysym.C-S-Down: font-size:decglobal +URxvt.keysym.C-equal: font-size:reset +URxvt.keysym.C-slash: font-size:show +URxvt.keysym.M-Y: perl:mark-and-yank:activate_mark_mode +URxvt.keysym.M-U: perl:mark-and-yank:activate_mark_url_mode +XLock*logoutButton: -1 +Xft.antialias: 1 +Xft.dpi: 97 +Xft.hinting: 1 +Xft.hintstyle: hintfull +Xft.rgba: bgr +Xpdf*fileFilterStyle: filter_hidden_files +xautolock.locker: xscreensaver-command -lock +xterm*faceName: spleen:pixelsize=12:antialias=false +xscreensaver.cycle: 0:10:00 +xscreensaver.dpmsEnabled: True +xscreensaver.dpmsQuickOff: True +xscreensaver.fade: False +xscreensaver.lock: True +xscreensaver.lockTimeout: 0:00:00 +xscreensaver.mode: blank +xscreensaver.passwdTimeout: 0:00:30 +xscreensaver.selected: -1 +xscreensaver.timeout: 0:02:00 +xscreensaver.timestamp: True +xscreensaver.unfade: False |