mirror of
https://github.com/zephrynis/nix-flake.git
synced 2026-02-18 20:21:53 +00:00
Fix: update autostart application configuration for mpvpaper to support all monitors
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user