Skip to content

Instantly share code, notes, and snippets.

@SmileYzn
Last active November 26, 2025 16:14
Show Gist options
  • Select an option

  • Save SmileYzn/c042e6ae63d66b8707746a3b5150ccd8 to your computer and use it in GitHub Desktop.

Select an option

Save SmileYzn/c042e6ae63d66b8707746a3b5150ccd8 to your computer and use it in GitHub Desktop.
autostart
#!/bin/sh
# Resolucao da Tela
wlr-randr --output HDMI-A-1 --custom-mode 256x768
wlr-randr --output HDMI-A-2 --custom-mode 256x768
# Video Playback
vlc --fullscreen --loop --no-video-title-show "https://vecsistemas.com/tela/agua-1-3.mp4"
# Exit
exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment