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
列出输出
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
源:
类型: 文件
路径: ~/Videos/default.mp4
per_output:
DP-1:
源:
类型: 文件
路径: ~/视频/left.mp4
HDMI-A-1 接口:
源:
类型: 文件
路径: ~/视频/right.mp4
Same Video All Monitors
wayvid-ctl apply ~/Videos/wallpaper.mp4
Or via config:
源:
类型: 文件
路径: ~/视频/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.