10 lines
183 B
Desktop File
10 lines
183 B
Desktop File
[Unit]
|
|
BindsTo=autostart.target
|
|
After=windowmanager.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/env xrdb -merge -I%h %h/.Xresources
|
|
RemainAfterExit=true
|
|
PassEnvironment=DISPLAY
|