blob: 3d723c692f1dc4656f94ffc26f03e74f022c9827 (
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 flock ${XDG_RUNTIME_DIR}/x11-xrdb@%I -c 'xrdb -merge ${XDG_CONFIG_HOME}/X11/resources'
[Install]
WantedBy=X11@%i.target
|