dotfiles

dotfiles for my system
git clone git://git.evenfri.xyz/dotfiles.git
Log | Files | Refs

xres (538B)


      1 Xcursor.theme: plan9
      2 Xcursor.size: 24
      3 
      4 XTerm.vt100.faceName: PxPlus IBM VGA8:style=Regular:pixelsize=16:antialias=false
      5 XTerm*allowBoldFonts: false
      6 
      7 XTerm.termName: xterm-256color
      8 
      9 XTerm.vt100.scrollBar: false
     10 XTerm.vt100.scrollbar.width: 8
     11 XTerm.vt100.geometry: 80x25
     12 
     13 XTerm.vt100.foreground: white
     14 XTerm.vt100.background: black
     15 
     16 XTerm.vt100.selectToClipboard: true
     17 XTerm.vt100.cursorBlink: true
     18 
     19 XTerm.vt100.translations: #override \n\
     20   Ctrl Shift <Key>C: copy-selection(CLIPBOARD) \n\
     21   Ctrl Shift <Key>V: insert-selection(CLIPBOARD)