mirror of
https://github.com/tomru/DotfilesOld.git
synced 2026-03-04 15:07:23 +01:00
saner font settings
This commit is contained in:
70
Xresources
70
Xresources
@@ -16,51 +16,65 @@ Xft.hintstyle: hintslight
|
|||||||
! http://pod.tst.eu/http://cvs.schmorp.de/rxvt-unicode/doc/rxvt.1.pod
|
! http://pod.tst.eu/http://cvs.schmorp.de/rxvt-unicode/doc/rxvt.1.pod
|
||||||
!-------------------------------------------------------------------------------
|
!-------------------------------------------------------------------------------
|
||||||
|
|
||||||
URxvt.depth: 32
|
URxvt*depth: 32
|
||||||
URxvt.geometry: 90x30
|
URxvt*geometry: 90x30
|
||||||
URxvt.transparent: false
|
URxvt*transparent: false
|
||||||
URxvt.fading: 0
|
URxvt*fading: 0
|
||||||
! URxvt.urgentOnBell: true
|
! URxvt*urgentOnBell: true
|
||||||
! URxvt.visualBell: true
|
! URxvt*visualBell: true
|
||||||
URxvt.loginShell: true
|
URxvt*loginShell: true
|
||||||
URxvt.internalBorder: 3
|
URxvt*internalBorder: 3
|
||||||
URxvt.lineSpace: 0
|
URxvt*lineSpace: 0
|
||||||
|
URxvt*skipBuiltinGlyphs: true
|
||||||
|
|
||||||
! Fonts
|
! Fonts
|
||||||
URxvt*font: xft:DejaVu Sans Mono:pixelsize=13
|
URxvt*font: xft:DejaVu Sans Mono:style=Book:size=10, \
|
||||||
URxvt*boldFont: xft:DejaVu Sans Mono:bold:pixelsize=13
|
xft:Droid Sans Fallback:style=Regular, \
|
||||||
|
xft:Droid Sans Japanese:style=Regular, \
|
||||||
|
xft:unifont:style=Medium
|
||||||
|
URxvt*boldFont: xft:DejaVu Sans Mono:style=Book:size=10, \
|
||||||
|
xft:Droid Sans Fallback:style=Regular, \
|
||||||
|
xft:Droid Sans Japanese:style=Regular, \
|
||||||
|
xft:unifont:style=Medium
|
||||||
|
URxvt*italicFont: xft:DejaVu Sans Mono:style=Book:size=10, \
|
||||||
|
xft:Droid Sans Fallback:style=Regular, \
|
||||||
|
xft:Droid Sans Japanese:style=Regular, \
|
||||||
|
xft:unifont:style=Medium
|
||||||
|
URxvt*boldItalicFont: xft:DejaVu Sans Mono:style=Book:size=10, \
|
||||||
|
xft:Droid Sans Fallback:style=Regular, \
|
||||||
|
xft:Droid Sans Japanese:style=Regular, \
|
||||||
|
xft:unifont:style=Medium
|
||||||
! Font size
|
! Font size
|
||||||
URxvt.keysym.C-Up: perl:font-size:increase
|
URxvt*keysym.C-Up: perl:font-size:increase
|
||||||
URxvt.keysym.C-Down: perl:font-size:decrease
|
URxvt*keysym.C-Down: perl:font-size:decrease
|
||||||
URxvt.keysym.C-S-Up: perl:font-size:incglobal
|
URxvt*keysym.C-S-Up: perl:font-size:incglobal
|
||||||
URxvt.keysym.C-S-Down: perl:font-size:decglobal
|
URxvt*keysym.C-S-Down: perl:font-size:decglobal
|
||||||
|
|
||||||
! Scrollbar
|
! Scrollbar
|
||||||
URxvt.scrollStyle: rxvt
|
URxvt*scrollStyle: rxvt
|
||||||
URxvt.scrollBar: true
|
URxvt*scrollBar: true
|
||||||
URxvt.scrollBar_right: true
|
URxvt*scrollBar_right: true
|
||||||
|
|
||||||
! Perl extensions
|
! Perl extensions
|
||||||
URxvt.perl-ext-common: default,matcher,font-size
|
URxvt*perl-ext-common: default,matcher,font-size
|
||||||
URxvt.url-launcher: xdg-open
|
URxvt*url-launcher: xdg-open
|
||||||
URxvt.matcher.button: 1
|
URxvt*matcher.button: 1
|
||||||
|
|
||||||
! Cursor
|
! Cursor
|
||||||
URxvt.cursorBlink: true
|
URxvt*cursorBlink: true
|
||||||
URxvt.cursorColor: #657b83
|
URxvt*cursorColor: #657b83
|
||||||
URxvt.cursorUnderline: false
|
URxvt*cursorUnderline: false
|
||||||
|
|
||||||
! Pointer
|
! Pointer
|
||||||
URxvt.pointerBlank: true
|
URxvt*pointerBlank: true
|
||||||
|
|
||||||
! scrollback buffer lines - 65535 is max on most machines (64 is default)
|
! scrollback buffer lines - 65535 is max on most machines (64 is default)
|
||||||
URxvt.saveLines: 65536
|
URxvt*saveLines: 65536
|
||||||
|
|
||||||
! Create a dump of the content of the terminal in /tmp
|
! Create a dump of the content of the terminal in /tmp
|
||||||
! <PRINT> : current screen
|
! <PRINT> : current screen
|
||||||
! <CTRL>+<PRINT> : current screen and scrollbackbuffer
|
! <CTRL>+<PRINT> : current screen and scrollbackbuffer
|
||||||
URxvt.print-pipe: cat > $(echo /tmp/urxvt.dump.$(date +'%Y-%m-%d--%H:%M:%S'))
|
URxvt*print-pipe: cat > $(echo /tmp/urxvt.dump.$(date +'%Y-%m-%d--%H:%M:%S'))
|
||||||
|
|
||||||
! Base16 Solarized Dark
|
! Base16 Solarized Dark
|
||||||
! Scheme: Ethan Schoonover (http://ethanschoonover.com/solarized)
|
! Scheme: Ethan Schoonover (http://ethanschoonover.com/solarized)
|
||||||
|
|||||||
Reference in New Issue
Block a user