From aea0e046bcc96f7adb363aedea6fa3a64589bfd5 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sun, 29 Aug 2021 18:12:12 +0200 Subject: [PATCH] wallpaper: use -root with hsetroot Newer version requires that. --- dotfiles/systemd/wallpaper.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/systemd/wallpaper.service b/dotfiles/systemd/wallpaper.service index 846a737..2a6e626 100644 --- a/dotfiles/systemd/wallpaper.service +++ b/dotfiles/systemd/wallpaper.service @@ -8,6 +8,6 @@ Environment=WALLPAPER_OUTPUT=%h/.cache/i3/current-wallpaper.png ExecStart=/usr/bin/mkdir -p %h/.cache/i3 ExecStart=%h/.config/i3/bin/wallpaper --directory $WALLPAPER_DIRECTORY \ --target $WALLPAPER_OUTPUT -ExecStart=/usr/bin/hsetroot -center $WALLPAPER_OUTPUT +ExecStart=/usr/bin/hsetroot -root -center $WALLPAPER_OUTPUT Type=oneshot RemainAfterExit=false