Skip to content

Latest commit

 

History

History
67 lines (58 loc) · 1.73 KB

xdefaults.org

File metadata and controls

67 lines (58 loc) · 1.73 KB

Xdefaults

No scrollbar but mouse scroll

URxvt.scrollBar: false
URxvt*mouseWheelScrollPage: true

Font

URxvt.font: xft:Inconsolata:size=13
URxvt.realBold: true
Xft.dpi: 96
Xft.antialias: true
Xft.hinting: true
Xft.hintstyle: 3

Login shell

URxvt*loginShell: true

Clickable URL’s and clipboard plugin

URxvt.perl-ext-common: default,matcher,clipboard
URxvt.url-launcher: /usr/bin/chromium
URxvt.matcher.button: 1

Terminal name

URxvt*termName: screen-256color

Disable ISO

URxvt*iso14755: false

Emacs font

Emacs.font: Inconsolata:size=18

Colors (from this article)

urxvt*foreground: #f2f2f2
urxvt*background: #101010

urxvt*color0: #101010
urxvt*color1: #f13a21
urxvt*color2: #93f91d
urxvt*color3: #ffd00a
urxvt*color4: #004f9e
urxvt*color5: #ec0048
urxvt*color6: #2aa7e7
urxvt*color7: #f2f2f2
urxvt*color8: #1d202f
urxvt*color9: #ff361e
urxvt*color10: #ffc005
urxvt*color11: #93ff00
urxvt*color12: #0071ff
urxvt*color13: #ef0051
urxvt*color14: #4bb8fd
urxvt*color15: #a020f0