blob: 09d3b4e97133744056537703885732c2a2cf9410 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[Unit]
Description=Load XModMap keyboard map on X display %I
Documentation=man:xmodmap(1)
After=X11@%i.target
Requisite=X11@%i.target
[Service]
Environment=DISPLAY=%I
Type=oneshot
ExecStart=-/usr/bin/env xmodmap ${XDG_CONFIG_HOME}/X11/modmap
SyslogIdentifier=xmodmap
[Install]
WantedBy=X11@%i.target
|