mirror of
https://github.com/Qubes-Community/Contents.git
synced 2025-01-09 14:19:31 -05:00
Update dpi-scaling.md
This commit is contained in:
parent
0de8326d12
commit
90bf7e9554
@ -27,7 +27,11 @@ Notes:
|
|||||||
- the official `fedora-xx` template has `gnome-settings-daemon` installed by default while the `fedora-xx-minimal` template doesn't.
|
- the official `fedora-xx` template has `gnome-settings-daemon` installed by default while the `fedora-xx-minimal` template doesn't.
|
||||||
- DPI scaling with `xterm` (or any glib apps) requires the use of a xft font:
|
- DPI scaling with `xterm` (or any glib apps) requires the use of a xft font:
|
||||||
- for `xterm`, ctrl - right click in the terminal's windows and select 'TrueType Fonts' (make sure you have such fonts installed).
|
- for `xterm`, ctrl - right click in the terminal's windows and select 'TrueType Fonts' (make sure you have such fonts installed).
|
||||||
- or more generally, set the `faceName` Xresource, eg. `XTerm*faceName: DejaVu Sans Mono:size=14:antialias=true`. You may do so temporarily with the `xrdb -merge` command, or permanently in a `Xresources` file (see section below).
|
- or more generally, set the `faceName` Xresource, eg.:
|
||||||
|
|
||||||
|
`*faceName: DejaVu Sans Mono:size=14:antialias=true`
|
||||||
|
|
||||||
|
You may do so temporarily with the `xrdb -merge` command, or permanently in a `Xresources` file (see section below).
|
||||||
|
|
||||||
|
|
||||||
### VMs without gsd-xsettings ###
|
### VMs without gsd-xsettings ###
|
||||||
|
Loading…
Reference in New Issue
Block a user