Fix: update autostart application configuration for mpvpaper to support all monitors

This commit is contained in:
2025-10-28 01:51:54 +00:00
parent 5f6c542879
commit ddd3c9a95a

View File

@@ -13,11 +13,11 @@
# Autostart applications # Autostart applications
exec-once = [ exec-once = [
# For GIF/WebP/static images - use swww: # For GIF/WebP/static images - use swww (works on all monitors):
# "swww-daemon && swww img ~/nix-flake/assets/wallpaper.gif" # "swww-daemon && swww img ~/nix-flake/assets/wallpaper.gif"
# For MP4 videos - use mpvpaper (replace 'eDP-1' with your monitor name from 'hyprctl monitors'): # For MP4 videos - use mpvpaper with wildcard for all monitors:
"mpvpaper -o 'no-audio loop' eDP-1 ~/nix-flake/assets/wallpaper.mp4" "mpvpaper -o 'no-audio loop' '*' ~/nix-flake/assets/wallpaper.mp4"
"waybar" "waybar"
"dunst" "dunst"