summaryrefslogtreecommitdiff
path: root/.config/systemd/user/xresources-dpi@.service
blob: c9d23ccafd52d63f4e26b819be36dd7ad38b35a5 (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

[Service]
Environment=DISPLAY=%I

Type=oneshot
ExecStart=/usr/bin/env flock %t/x11-xrdb@%I -c xrdb-set-dpi
SyslogIdentifier=xrdb-set-dpi

[Install]
WantedBy=X11@%i.target