Disabled some urxvt features
This commit is contained in:
parent
4780a7e740
commit
388f3466dc
1 changed files with 12 additions and 18 deletions
|
@ -45,13 +45,13 @@
|
|||
*.color15: nord6
|
||||
|
||||
! General settins
|
||||
URxvt.geometry: 94x47
|
||||
!URxvt.geometry: 94x47
|
||||
URxvt.saveLines: 10000
|
||||
URxvt.scrollBar: true
|
||||
URxvt.scrollBar_right: true
|
||||
URxvt.scrollColor: BLUE_EXTRA_LIGHT
|
||||
URxvt.scrollBar_floating: true
|
||||
URxvt.scrollstyle: plain
|
||||
!URxvt.scrollBar: true
|
||||
!URxvt.scrollBar_right: true
|
||||
!URxvt.scrollColor: BLUE_EXTRA_LIGHT
|
||||
!URxvt.scrollBar_floating: true
|
||||
!URxvt.scrollstyle: plain
|
||||
URxvt.cursorBlink: true
|
||||
URxvt.cursorUnderline: true
|
||||
|
||||
|
@ -63,21 +63,15 @@ URxvt.depth: 32
|
|||
! Font configuration
|
||||
! ------------------------------------------------------------------------------
|
||||
|
||||
URxvt.font: xft:DejaVu Sans Mono:size=9:antialias=true:hinting=true
|
||||
!URxvt.font: xft:DejaVu Sans Mono:size=9:antialias=true:hinting=true, xft:FontAwesome:size=9
|
||||
URxvt.font: xft:DejaVu Sans Mono for Powerline:size=9:antialias=true:hinting=true, \
|
||||
xft:Pomodoro:size=6, \
|
||||
xft:FontAwesome:size=6, \
|
||||
xft:icomoon:size=6, \
|
||||
xft:octicons:size=6
|
||||
URxvt.boldFont: xft:DejaVu Sans Mono:size=9
|
||||
URxvt.boldItalicFont: xft:DejaVu Sans Mono:italic:size=9
|
||||
|
||||
! ------------------------------------------------------------------------------
|
||||
! Xft Font Configuration
|
||||
! ------------------------------------------------------------------------------
|
||||
|
||||
!Xft.autohint: 0
|
||||
!Xft.lcdfilter: lcddefault
|
||||
!Xft.hintstyle: hintslight
|
||||
!Xft.hinting: 1
|
||||
!Xft.antialias: 1
|
||||
!Xft.rgba: rgb
|
||||
|
||||
! ------------------------------------------------------------------------------
|
||||
! URxvt configs
|
||||
! ------------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue