From af5f11e483ae125f3011d8751d830c8d4fe53f46 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Thu, 8 Jul 2021 21:08:25 +0200 Subject: [PATCH] wallpaper: use hsetroot instead of fvwm-root I was using fvwm-root because it was able to retain pixmap in some X property for use by some programs. These days are gone and programs are now using ARGB visual and the compositor. Let's switch to simpler hsetroot. --- 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 82249da..b0de0e9 100644 --- a/dotfiles/systemd/wallpaper.service +++ b/dotfiles/systemd/wallpaper.service @@ -9,6 +9,6 @@ ExecStart=/usr/bin/mkdir -p %h/.cache/i3 ExecStart=%h/.config/i3/bin/build-wallpaper --crop \ --directory $WALLPAPER_DIRECTORY \ --target $WALLPAPER_OUTPUT -ExecStart=/usr/bin/fvwm-root -r $WALLPAPER_OUTPUT +ExecStart=/usr/bin/hsetroot -center $WALLPAPER_OUTPUT Type=oneshot RemainAfterExit=false