mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-12-23 11:12:48 +01:00
Xresources: add fallback for Ubuntu Mono
It doesn't fix LOT, but I don't care and I should be sleeping and not committing things. Also changed `doesn't` to `does not` as `xrdb` cared too much about the `'` even if it was in comment.
This commit is contained in:
parent
71e05ac396
commit
f2647f9059
@ -1,5 +1,5 @@
|
|||||||
! Arch package: rxvt-unicode or AUR rxvt-unicode-pixbuf for custom icon and
|
! Arch package: rxvt-unicode or AUR rxvt-unicode-pixbuf for custom icon and
|
||||||
! backgrounds. rxvt-unicode doesn't have icons.
|
! backgrounds. rxvt-unicode does not have icons.
|
||||||
! Debian package: rxvt-unicode-256color
|
! Debian package: rxvt-unicode-256color
|
||||||
|
|
||||||
! To reload this file, `xrdb ~/.Xresources`
|
! To reload this file, `xrdb ~/.Xresources`
|
||||||
@ -73,10 +73,10 @@ URxvt*iconFile: /usr/share/icons/mate/scalable/apps/utilities-terminal-symbolic.
|
|||||||
! URxvt*borderColor: colour
|
! URxvt*borderColor: colour
|
||||||
|
|
||||||
! Select the fonts to be used. This is a comma separated list of font
|
! Select the fonts to be used. This is a comma separated list of font
|
||||||
URxvt*font: xft:DejaVu Sans Mono:Book:pixelsize=11, xft:Inconsolata:Medium:pixelsize=11, xft:FontAwesome:Regular:pixelsize=11
|
URxvt*font: xft:DejaVu Sans Mono:Book:pixelsize=11, xft:Inconsolata:Medium:pixelsize=11, xft:Ubuntu Mono:Regular:pixelsize=11, xft:FontAwesome:Regular:pixelsize=11
|
||||||
URxvt*boldFont: xft:DejaVu Sans Mono:bold:pixelsize=11, xft:Inconsolata:Bold:pixelsize=11, xft:FontAwesome:Bold:pixelsize=11
|
URxvt*boldFont: xft:DejaVu Sans Mono:bold:pixelsize=11, xft:Inconsolata:Bold:pixelsize=11, xft:Ubuntu Mono:Bold:pixelsize=11, ft:FontAwesome:Bold:pixelsize=11
|
||||||
URxvt*italicFont: xft:DejaVu Sans Mono:Italic:pixelsize=11, xft:Inconsolata:Italic:pixelsize=11, xft:FontAwesome:Italic:pixelsize=11
|
URxvt*italicFont: xft:DejaVu Sans Mono:Italic:pixelsize=11, xft:Inconsolata:Italic:pixelsize=11, xft:Ubuntu Mono:Italic:pixelsize=11, xft:FontAwesome:Italic:pixelsize=11
|
||||||
URxvt*boldItalicFont: xft:DejaVu Sans Mono:Bold Italic:pixelsize=11, xft:Inconsolata:Bold Italic:pixelsize=11, xft:FontAwesome:Bold Italic:pixelsize=11
|
URxvt*boldItalicFont: xft:DejaVu Sans Mono:Bold Italic:pixelsize=11, xft:Inconsolata:Bold Italic:pixelsize=11, xft:Ubuntu Mono:Bold Italic:pixelsize=11, xft:FontAwesome:Bold Italic:pixelsize=11
|
||||||
|
|
||||||
! When font styles are not enabled, or this option is enabled (True,
|
! When font styles are not enabled, or this option is enabled (True,
|
||||||
! URxvt*intensityStyles: boolean
|
! URxvt*intensityStyles: boolean
|
||||||
|
Loading…
Reference in New Issue
Block a user