mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-25 03:08:34 +02:00
wallpaper: use -root with hsetroot
Newer version requires that.
This commit is contained in:
parent
6b6f066231
commit
aea0e046bc
1 changed files with 1 additions and 1 deletions
|
@ -8,6 +8,6 @@ Environment=WALLPAPER_OUTPUT=%h/.cache/i3/current-wallpaper.png
|
||||||
ExecStart=/usr/bin/mkdir -p %h/.cache/i3
|
ExecStart=/usr/bin/mkdir -p %h/.cache/i3
|
||||||
ExecStart=%h/.config/i3/bin/wallpaper --directory $WALLPAPER_DIRECTORY \
|
ExecStart=%h/.config/i3/bin/wallpaper --directory $WALLPAPER_DIRECTORY \
|
||||||
--target $WALLPAPER_OUTPUT
|
--target $WALLPAPER_OUTPUT
|
||||||
ExecStart=/usr/bin/hsetroot -center $WALLPAPER_OUTPUT
|
ExecStart=/usr/bin/hsetroot -root -center $WALLPAPER_OUTPUT
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
RemainAfterExit=false
|
RemainAfterExit=false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue