Skip to content

Commit

Permalink
[xdefaults] antialiased fonts, no scrollbar etc
Browse files Browse the repository at this point in the history
  • Loading branch information
ku1ik committed Jan 6, 2013
1 parent 6911ebd commit 39c76db
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .Xdefaults
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
Xft.antialias: true
Xft.autohint: 0
Xft.dpi: 96
Xft.hinting: true
Xft.hintstyle: hintfull
Xft.lcdfilter: lcddefault
Xft.antialias: 1
Xft.hinting: 1
Xft.hintstyle: hintslight
Xft.rgba: rgb
Xft.lcdfilter: lcddefault
Xft.autohint: 0

URxvt.cursorBlink: true
URxvt.cutchars: "()*,<>[]{}|''"
URxvt.depth:24
URxvt.fading: 15
URxvt.font: xft:Droid\ Sans\ Mono\ Slashed:size=9
URxvt.font: xft:DejaVu\ Sans\ Mono:size=9
URxvt.geometry: 120x40
URxvt.intensityStyles: true
URxvt.jumpScroll: True
Expand All @@ -19,14 +19,15 @@ URxvt.matcher.rend.0: Uline Bold fg8
URxvt.perl-ext-common: default,matcher,searchable-scrollback
URxvt.print-pipe: cat > $(echo urxvt.dump.$(date +'%Y%M%d%H%m%S'))
URxvt.saveLines: 32767
URxvt.scrollBar: false
URxvt.scrollBar_right: true
URxvt.scrollTtyKeypress: true
URxvt.scrollTtyOutput: false
URxvt.scrollWithBuffer: true
URxvt.scrollstyle: plain
URxvt.scrollColor: #bdef34
URxvt.selection-autotransform.0: s/^([^:[:space:]]+):(\\d+):?$/+$2 \\Q$1\\E/
URxvt.shading: 10
URxvt.shading: 20
URxvt.skipBuiltinGlyphs: true
URxvt.transparent: true
URxvt.urgentOnBell: true
Expand All @@ -45,5 +46,5 @@ xpdf*enableFreetype: yes
xpdf*foreground: black
xpdf*urlCommand: chromium %s

#include "/home/kill/.Xcolors/sickill8"
#include "/home/kill/.Xcolors/sickill"
#include "/home/kill/.Xdefaults.local"

0 comments on commit 39c76db

Please sign in to comment.