blob: 82f2096f6aac87cdd7e72b2b24bfdcd5ac6718cb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[Unit]
Description=Set the X Resources DataBase DPI to match the display DPI on X display %I
Documentation=man:xrdb(1)
Before=X11@%i.target
Requisite=X11@%i.target
Conflicts=xresources@:i.service
[Service]
Environment=DISPLAY=%I
Type=oneshot
ExecStart=/usr/bin/env xrdb-set-dpi
[Install]
WantedBy=X11@%i.target
|