xscreensaver font fix
This commit is contained in:
parent
aa034ebcc1
commit
cdf2d64b7c
1 changed files with 7 additions and 3 deletions
10
xresources
10
xresources
|
@ -1,14 +1,15 @@
|
||||||
! {{{ xft and cursor configuration
|
! {{{ xft and cursor configuration, font aliases
|
||||||
Xcursor.theme: Vanilla-DMZ-AA
|
Xcursor.theme: Vanilla-DMZ-AA
|
||||||
Xft.antialias: true
|
Xft.antialias: true
|
||||||
Xft.rgba: rgb
|
Xft.rgba: rgb
|
||||||
Xft.hinting: true
|
Xft.hinting: true
|
||||||
Xft.hintstyle: hintslight
|
Xft.hintstyle: hintslight
|
||||||
Xft.dpi: 96
|
Xft.dpi: 96
|
||||||
|
#define terminus -xos4-terminus-bold-*-*-*-14-*-*-*-*-*-iso10646-1
|
||||||
|
#define terminussmall -xos4-terminus-*-*-*-*-12-*-*-*-*-*-iso10646-1
|
||||||
! }}}
|
! }}}
|
||||||
! {{{ urxvt
|
! {{{ urxvt
|
||||||
! fonts
|
! fonts
|
||||||
#define terminus -xos4-terminus-bold-*-*-*-14-*-*-*-*-*-iso10646-1
|
|
||||||
URxvt.font: terminus
|
URxvt.font: terminus
|
||||||
URxvt.boldFont: terminus
|
URxvt.boldFont: terminus
|
||||||
URxvt.italicFont: terminus
|
URxvt.italicFont: terminus
|
||||||
|
@ -53,7 +54,10 @@ URxvt.color13: #6c71c4
|
||||||
URxvt.color14: #93a1a1
|
URxvt.color14: #93a1a1
|
||||||
URxvt.color15: #fdf6e3
|
URxvt.color15: #fdf6e3
|
||||||
! }}}
|
! }}}
|
||||||
! {{{ rofi
|
! {{{ xscreensaver and rofi
|
||||||
|
xscreensaver.font: terminus
|
||||||
|
xscreensaver.Dialog.Font: terminussmall
|
||||||
|
|
||||||
rofi.modi: window
|
rofi.modi: window
|
||||||
rofi.font: xos4 Terminus Bold 11
|
rofi.font: xos4 Terminus Bold 11
|
||||||
rofi.terminal: /home/von/.local/bin/default-terminal-emulator
|
rofi.terminal: /home/von/.local/bin/default-terminal-emulator
|
||||||
|
|
Loading…
Reference in a new issue