remove collision from variable names and font name for xresources
This commit is contained in:
parent
e9e42ae3ac
commit
56f45d3efc
1 changed files with 8 additions and 8 deletions
16
xresources
16
xresources
|
@ -5,15 +5,15 @@ 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 TERMINUS -xos4-terminus-bold-*-*-*-14-*-*-*-*-*-iso10646-1
|
||||||
#define terminus_small -xos4-terminus-*-*-*-*-12-*-*-*-*-*-iso10646-1
|
#define TERMINUS_SMALL -xos4-terminus-*-*-*-*-12-*-*-*-*-*-iso10646-1
|
||||||
! }}}
|
! }}}
|
||||||
! {{{ urxvt
|
! {{{ urxvt
|
||||||
! fonts
|
! fonts
|
||||||
URxvt.font: terminus
|
URxvt.font: TERMINUS
|
||||||
URxvt.boldFont: terminus
|
URxvt.boldFont: TERMINUS
|
||||||
URxvt.italicFont: terminus
|
URxvt.italicFont: TERMINUS
|
||||||
URxvt.boldItalicFont: terminus
|
URxvt.boldItalicFont: TERMINUS
|
||||||
|
|
||||||
! misc
|
! misc
|
||||||
URxvt.geometry: 120:36
|
URxvt.geometry: 120:36
|
||||||
|
@ -60,8 +60,8 @@ URxvt.color14: #93a1a1
|
||||||
URxvt.color15: #fdf6e3
|
URxvt.color15: #fdf6e3
|
||||||
! }}}
|
! }}}
|
||||||
! {{{ xscreensaver and rofi
|
! {{{ xscreensaver and rofi
|
||||||
xscreensaver.font: terminus
|
xscreensaver.font: TERMINUS
|
||||||
xscreensaver.Dialog.Font: terminus_small
|
xscreensaver.Dialog.Font: TERMINUS_SMALL
|
||||||
|
|
||||||
rofi.modi: window
|
rofi.modi: window
|
||||||
rofi.font: xos4 Terminus Bold 11
|
rofi.font: xos4 Terminus Bold 11
|
||||||
|
|
Loading…
Reference in a new issue