blob: 760fd0fef253968cde7b4a2fd90acc4b4dcb2eff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[Unit]
Description=Load X Resources DataBase 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 xrdb -merge ${XDG_CONFIG_HOME}/X11/resources
[Install]
WantedBy=X11@%i.target
|