Skip to content

Instantly share code, notes, and snippets.

@szkrd
Created June 20, 2018 17:20
Show Gist options
  • Save szkrd/e3428c3043b3473a5bde6add369f0fa1 to your computer and use it in GitHub Desktop.
Save szkrd/e3428c3043b3473a5bde6add369f0fa1 to your computer and use it in GitHub Desktop.
!dpi should be 125.37, but thats just huge
!the rest has been taken from the arch forum
xft.dpi: 110
xft.antialias: true
xft.rgba: rgb
xft.hinting: true
xft.hintstyle: hintslight
!xterm settings, mostly taken from the arch wiki
xterm*reverseVideo: on
xterm*termName: xterm-256color
xterm*locale: true
xterm*metaSendsEscape: true
xterm*eightBitInput: false
xterm*FaceName: Liberation Mono
xterm*FaceSize: 11
XTerm*backarrowKey: false
XTerm*ttyModes: erase ^?
!----------------------------------
URxvt.scrollBar: false
URxvt.font: xft:inconsolata:size=15
URxvt.letterSpace: -1
URxvt.perl-ext-common: default,matcher,tabbedex,fullscreen,newterm
URxvt*inheritPixmap: true
URxvt*transparent: true
URxvt*shading: 10
URxvt.url-launcher: /usr/bin/xdg-open
URxvt.matcher.button: 1
URxvt.keysym.F11: perl:fullscreen:switch
URxvt.keysym.C-S-N: perl:newterm
!Xterm escapes, word by word movement
URxvt.keysym.Control-Left: \033[1;5D
URxvt.keysym.Control-Right: \033[1;5C
! Molokai theme
! See: https://gist.github.com/vreon/845878
urxvt*background: #101010
urxvt*foreground: #d0d0d0
urxvt*cursorColor: #d0d0d0
urxvt*color0: #101010
urxvt*color1: #960050
urxvt*color2: #66aa11
urxvt*color3: #c47f2c
urxvt*color4: #30309b
urxvt*color5: #7e40a5
urxvt*color6: #3579a8
urxvt*color7: #9999aa
urxvt*color8: #303030
urxvt*color9: #ff0090
urxvt*color10: #80ff00
urxvt*color11: #ffba68
urxvt*color12: #5f5fee
urxvt*color13: #bb88dd
urxvt*color14: #4eb4fa
urxvt*color15: #d0d0d0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment