blob: a1128259776b5520e0dc5b1130286502a8f0c62b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[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
[Service]
Environment=DISPLAY=%I
Type=oneshot
ExecStart=/usr/bin/env flock %t/x11-xrdb@%I -c xrdb-set-dpi
[Install]
WantedBy=X11@%i.target
|