blob: 13aff261dfcb6933c95074f8cb7a31a3095db867 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Desktop Improvements for OpenBSD
If you're using a 4K monitor, you may want to scale things properly. Add the
following to the top of the `~/.xinitrc` file:
~~~
export GDK_SCALE=1.5
export QT_SCALE_FACTOR=1.5
~~~
Then include the following to the existing `~/.Xdefaults` file:
~~~
Xft.dpi: 144
Xcursor.theme: Adwaita
Xcursor.size: 34
~~~
More to come...
|