mirror of
https://github.com/zephrynis/nix-flake.git
synced 2026-02-18 20:21:53 +00:00
Fix: update MP4 video playback configuration for proper scaling on multiple monitors
This commit is contained in:
@@ -16,8 +16,9 @@
|
||||
# For GIF/WebP/static images - use swww (works on all monitors):
|
||||
# "swww-daemon && swww img ~/nix-flake/assets/wallpaper.gif"
|
||||
|
||||
# For MP4 videos - use mpvpaper with wildcard for all monitors:
|
||||
"mpvpaper -o 'no-audio loop' '*' ~/nix-flake/assets/wallpaper.mp4"
|
||||
# For MP4 videos - run separate instances per monitor for proper scaling:
|
||||
"mpvpaper -o 'no-audio loop' DP-2 ~/nix-flake/assets/wallpaper.mp4"
|
||||
"mpvpaper -o 'no-audio loop' DP-1 ~/nix-flake/assets/wallpaper.mp4"
|
||||
|
||||
"waybar"
|
||||
"dunst"
|
||||
|
||||
Reference in New Issue
Block a user