Files
river-config/systemd/load-xwayland-xresouces@.service
2026-05-08 00:28:43 -07:00

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