mirror of
https://gitlab.com/dbrw/ansible-setup.git
synced 2025-08-04 20:55:41 +07:00
11 lines
169 B
Desktop File
11 lines
169 B
Desktop File
[Unit]
|
|
Description=X resource database manager
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
ExecStart=/usr/bin/xrdb -merge %h/.Xresources
|
|
|
|
[Install]
|
|
WantedBy=xorg.target
|