.Xdefaults

Tue, 30 Aug 2016 18:15:03 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Tue, 30 Aug 2016 18:15:03 -0400
changeset 378
e13ba40f4533
parent 376
45be44be97c5
child 380
d04b95905553
permissions
-rw-r--r--

Break i3 and i3status configs into component files, to make local mods easier maybe


URxvt.foreground: #DFDFDF
URxvt.background: #070707
URxvt.font: xft:monospace-10

URxvt.scrollstyle: plain
URxvt.scrollBar_right: true
URxvt.scrollBar_floating: true

URxvt.visualBell: true
URxvt.urgentOnBell: true

URxvt.saveLines: 1000

! keep LCtrl+LShift+[0-9a-f] unicode insertion
URxvt.iso14755: true
! disable LCtrl+LShift+keycap symbolic unicode (use Compose key instead)
URxvt.iso14755_52: false

XTerm*termName: xterm-256color
XTerm*locale: true
XTerm*metaSendsEscape: true

XTerm*foreground: #DFDFDF
XTerm*background: #070707
XTerm*faceName: monospace:size=12
XTerm*saveLines: 1000
XTerm*VT100.geometry: 120x40

#ifdef USE_LOCAL
#include ".Xdefaults.local"
#endif

mercurial