mirror of
https://github.com/kageurufu/steamdeck_startup_animations.git
synced 2025-08-07 03:33:34 +02:00
11 lines
248 B
Desktop File
11 lines
248 B
Desktop File
[Unit]
|
|
Description=Randomize deck_startup.webm after boot
|
|
|
|
[Install]
|
|
WantedBy=default.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
WorkingDirectory=/home/deck/homebrew/startup_animations
|
|
ExecStart=/home/deck/homebrew/startup_animations/randomize_deck_startup.sh
|