mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-27 22:35:04 +02:00
11 lines
201 B
SYSTEMD
11 lines
201 B
SYSTEMD
|
[Unit]
|
||
|
Description=XSETTINGS daemon
|
||
|
PartOf=graphical-session@%i.target
|
||
|
|
||
|
[Service]
|
||
|
Environment=DISPLAY=%I
|
||
|
ExecStart=/usr/bin/xsettingsd -c %h/.xsettingsd
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=graphical-session@%i.target
|