summaryrefslogtreecommitdiff
path: root/.config/systemd/user/xresources@.service
blob: 63657c3275f60e65677ee4fccff8a900cfb3b46d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[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 %t/x11-xrdb@%I -c 'xrdb -merge ${XDG_CONFIG_HOME}/X11/resources'
SyslogIdentifier=xrdb

[Install]
WantedBy=X11@%i.target