diff --git a/README.md b/README.md index 1c8dab5..e262c26 100644 --- a/README.md +++ b/README.md @@ -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.