dotfiles/.Xresources

16 lines
352 B
Text
Raw Normal View History

2016-10-10 16:23:16 +02:00
Xft.dpi: 96
Xft.antialias: 1
Xft.rgba: rgb
Xft.hinting: 1
Xft.autohint: 0
2016-10-10 20:35:00 +02:00
Xft.hintstyle: hintfull
2016-10-10 16:23:16 +02:00
Xft.lcdfilter: lcddefault
2017-02-09 14:19:54 +01:00
XTerm*metaSendsEscape: true
XTerm.VT100.translations: #override \
Meta <Key> minus: smaller-vt-font() \n\
Meta <Key> plus: larger-vt-font() \n\
Super <Key> minus: smaller-vt-font() \n\
Super <Key> plus: larger-vt-font() \n\
2016-10-10 16:23:16 +02:00