diff options
-rw-r--r-- | xorg/xdefaults | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/xorg/xdefaults b/xorg/xdefaults index c1f8638..a54ee42 100644 --- a/xorg/xdefaults +++ b/xorg/xdefaults @@ -1,5 +1,6 @@ # Font -*font: -xos4-terminus-*-r-*-*-12-*-*-*-*-*-*-* +#*font: -xos4-terminus-*-r-*-*-12-*-*-*-*-*-*-* +*font: xft:DejaVu Sans Mono:size=8 # General Settings URxvt*buffered: true @@ -54,7 +55,7 @@ URxvt*foreground: #ffffff #URxvt*color9: #D76666 #URxvt*color10: #B5DF8D #URxvt*color11: #FF0000 -#URxvt*color12: #729FCF +URxvt*color12: #729FCF #URxvt*color13: #FFD28F #URxvt*color14: #69C8B1 #URxvt*color15: #9AC4DD |