mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-22 18:03:28 +02:00
11 lines
187 B
SYSTEMD
11 lines
187 B
SYSTEMD
|
[Unit]
|
||
|
Description=X color management
|
||
|
PartOf=graphical-session@%i.target
|
||
|
|
||
|
[Service]
|
||
|
Environment=DISPLAY=%I
|
||
|
ExecStart=/usr/bin/xiccd --edid
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=graphical-session@%i.target
|