diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2024-12-25 16:14:25 +0100 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2024-12-25 16:14:25 +0100 |
commit | a1696a0e0c97503c332049c124fa996ce3c3695d (patch) | |
tree | 8e6d3276effc16c6c5d9d8bfe2cfc93cad750006 | |
parent | 73f7ef922bd5d26c25370c3f19395483e4517f86 (diff) |
i3: configure wallpaper
-rw-r--r-- | i3/i3/config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/i3/i3/config b/i3/i3/config index d64f125..113a0e1 100644 --- a/i3/i3/config +++ b/i3/i3/config @@ -230,3 +230,6 @@ exec --no-startup-id shepherd # Start dunst exec --no-startup-id dunst + +# Wallpaper +exec --no-startup-id feh --bg-scale $HOME/Pictures/wallpaper.jpg |