Multi-Monitor
Using GUI (Recommended)
- Open
wayvid-gui - Select monitor from the bottom bar
- Browse wallpapers in Library tab
- Double-click to apply to selected monitor
List Outputs
wayvid-ctl outputs
# eDP-1: 1920x1080 @ (0, 0)
# DP-1: 2560x1440 @ (1920, 0)
Different Video Per Monitor
Via CLI
wayvid-ctl apply ~/Videos/left.mp4 --output DP-1
wayvid-ctl apply ~/Videos/right.mp4 --output HDMI-A-1
Via Config File
source:
type: file
path: ~/Videos/default.mp4
per_output:
DP-1:
source:
type: file
path: ~/Videos/left.mp4
HDMI-A-1:
source:
type: file
path: ~/Videos/right.mp4
Same Video All Monitors
wayvid-ctl apply ~/Videos/wallpaper.mp4
Or via config:
source:
type: file
path: ~/Videos/wallpaper.mp4
Control Per Output
wayvid-ctl pause --output DP-1
wayvid-ctl resume --output DP-1
wayvid-ctl stop --output DP-1
wayvid-ctl apply ~/Videos/new.mp4 --output DP-1
Hotplug
Monitors are detected automatically. No restart needed.