Files
dotfiles-ndesk/systemd/user/openrgb.service
2025-08-15 03:14:44 +02:00

11 lines
233 B
Desktop File

[Unit]
Description=OpenRGB Autostart
After=graphical-session.target
[Service]
ExecStart=/usr/bin/openrgb --profile white_static
Restart=on-failure
[Install]
WantedBy=graphical-session.target