adding info on manual tweaks needed

This commit is contained in:
Vinzenz Vietzke 2018-04-04 11:37:42 +02:00
parent 530317b5b5
commit 1e08b749b1

View file

@ -4,3 +4,14 @@ Bunsen Theme Collection
[![bunsenlabs_default_theme_by_capn_damo-d91begp.md.png](https://cdn.scrot.moe/images/2017/02/27/bunsenlabs_default_theme_by_capn_damo-d91begp.md.png)](https://scrot.moe/image/1JVVl)
Screenshot of Bunsen, the default theme.
## Manual tweaks needed for Beam-HiDPI
Add these two lines to ``~/.Xresources`` and re-login or run ``xrdb -merge ~/.Xresources`` to activate. For ``Xft.dpi`` uncommenting and adjusting line 7 is fine, too. Just remove the leading ``!`` and replace ``96`` by ``160``.
```
Xft.dpi: 160
Xcursor.size: 48
```
These values were found giving the best results but depending on your screen's resolution ymmv. Adjust them to your preferences.