mirror of
https://github.com/kageurufu/steamdeck_startup_animations.git
synced 2025-11-03 01:16:01 +01:00
11 lines
253 B
Desktop File
11 lines
253 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_root.sh
|