13 lines
230 B
Desktop File
13 lines
230 B
Desktop File
[Unit]
|
|
Description=Load xresouces database from %f
|
|
PartOf=graphical-session.target
|
|
After=xwayland-satellite.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=xrdb -merge %f
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=graphical-session.target
|