Dotfiles, utilities, and other apparatus.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

67 lines
1.8 KiB

! https://lists.debian.org/debian-user/2005/09/msg01385.html
urxvt*buffered: true
urxvt*cursorBlink: true
urxvt*underlineColor: yellow
#ifdef HI_DPI
! These are the things I must do to see ಠ_ಠ
urxvt*font: -*-terminesspowerline-*-*-*-*-28-*-*-*-*-*-*-*, \
xft:DejaVu\ Sans\ Mono\ for\ Powerline:style=Book:pixelsize=28:antialias=true:hinting=slight, \
xft:Lohit\ Kannada:style=Regular:pixelsize=16:antialias=true:hinting=slight
! Emacs.font: -*-terminesspowerline-*-*-*-*-28-*-*-*-*-*-*-*
XTerm*faceSize: 18
UXTerm*faceSize: 18
#else
urxvt*font: -*-terminesspowerline-*-*-*-*-16-*-*-*-*-*-*-*, \
xft:DejaVu\ Sans\ Mono\ for\ Powerline:style=Book:pixelsize=16:antialias=true:hinting=slight, \
xft:Lohit\ Kannada:style=Regular:pixelsize=16:antialias=true:hinting=slight
! Emacs.font: -*-terminesspowerline-*-*-*-*-16-*-*-*-*-*-*-*
XTerm*faceSize: 14
UXTerm*faceSize: 14
#endif
!
! terminal stuffs
!
urxvt*depth: 32
urxvt*borderless: 1
urxvt*scrollBar: false
urxvt*loginShell: true
urxvt*secondaryScroll: true # Enable Shift-PageUp/Down in screen
urxvt*saveLines: 5000
urxvt*termName: rxvt-unicode
urxvt*iso14755: False
urxvt.perl-ext-common: default,matcher
URxvt.url-launcher: /usr/bin/xdg-open
urxvt.matcher.button: 1
urxvt*urgentOnBell: true
urxvt*visualBell: false
XTerm*background: black
XTerm*foreground: white
XTerm*faceName: Monospace
UXTerm*background: black
UXTerm*foreground: white
UXTerm*faceName: Monospace
! This should be reflected in $TERM inside the terminal:
UXTerm*termName: xterm-256color
! Cursor settings
xcursor.theme: DMZ-Black
#ifdef HI_DPI
xcursor.size: 32
#else
xcursor.size: 16
#endif
#ifdef HI_DPI
Xft.dpi: 192
Xft.autohint: 0
Xft.lcdfilter: lcddefault
Xft.hintstyle: hintfull
Xft.hinting: 1
Xft.antialias: 1
Xft.rgba: rgb
#else
#endif