diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2020-09-23 13:40:25 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2020-09-23 13:40:25 +0200 |
| commit | ea655c4987348126eff3885ccb927d14fef3ba43 (patch) | |
| tree | 4065f5462822e132296518590edcdd3247988ab6 /XDefaults | |
| parent | a3120529521d642d00f688ec4911326a90009c0a (diff) | |
Add XDefaults font config
Diffstat (limited to 'XDefaults')
| -rw-r--r-- | XDefaults | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -1,4 +1,15 @@ +! --------------------------- ! URxvt +! --------------------------- +Xft.dpi: 96 +Xft.antialias: false +Xft.rgba: rgb +Xft.hinting: true +Xft.hintstyle: hintslight + +! --------------------------- +! URxvt +! --------------------------- URxvt.depth: 32 URxvt.geometry: 90x30 @@ -26,7 +37,7 @@ URxvt.cursorColor: #c8c7c7 ! pointer URxvt.pointerBlank: true -! rbdr ttheme +! rbdr theme ! fg / bg URxvt.background: #3e3937 URxvt.foreground: #eeeeee |