mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-08-12 05:56:40 +02:00
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.
This commit is contained in:
parent
6477e0a0be
commit
af5f11e483
1 changed files with 1 additions and 1 deletions
|
@ -9,6 +9,6 @@ ExecStart=/usr/bin/mkdir -p %h/.cache/i3
|
||||||
ExecStart=%h/.config/i3/bin/build-wallpaper --crop \
|
ExecStart=%h/.config/i3/bin/build-wallpaper --crop \
|
||||||
--directory $WALLPAPER_DIRECTORY \
|
--directory $WALLPAPER_DIRECTORY \
|
||||||
--target $WALLPAPER_OUTPUT
|
--target $WALLPAPER_OUTPUT
|
||||||
ExecStart=/usr/bin/fvwm-root -r $WALLPAPER_OUTPUT
|
ExecStart=/usr/bin/hsetroot -center $WALLPAPER_OUTPUT
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
RemainAfterExit=false
|
RemainAfterExit=false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue