diff options
Diffstat (limited to 'dot_Xresources.tmpl')
-rw-r--r-- | dot_Xresources.tmpl | 86 |
1 files changed, 86 insertions, 0 deletions
diff --git a/dot_Xresources.tmpl b/dot_Xresources.tmpl new file mode 100644 index 0000000..d12665f --- /dev/null +++ b/dot_Xresources.tmpl @@ -0,0 +1,86 @@ +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: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 +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 + +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 + +Xft.antialias: 1 +Xft.hinting: 1 +Xft.hintstyle: hintfull +Xft.rgba: rgb + +XIdle.delay: 2 +XIdle.position: se +XIdle.program: /usr/X11R6/bin/xlock +XIdle.timeout: 60 + +XLock.dpmsoff: 240 +XLock.dpmsstandby: 120 +XLock.dpmssuspend: 180 +XLock.lockdelay: 60 +XLock.logoutButton: -1 +XLock.mode: random +Xlock.random.modelist: all,-image + +Xpdf*fileFilterStyle: filter_hidden_files + +XTerm*allowMouseOps: 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 +XTerm*faceSize: 12 +XTerm*scrollBar: false +XTerm*background: rgb:00/00/00 +XTerm*foreground: rgb:ff/ff/ff + +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 + +! vim: set ft=xdefaults: |