Fix background picture folder name in i3 config

i3 was looking for the picture in Pictures, but it is spelled with a
small p - pictures in my xdg dirs.
This commit is contained in:
Marty Oehme 2019-05-22 14:43:31 +02:00
parent 844256901d
commit 1f491f8f23

View file

@ -180,4 +180,4 @@ bindsym $mod+Shift+y reload
bindsym $mod+Shift+r restart
# set a pretty wallpaper
exec_always --no-startup-id feh --bg-scale ~/Pictures/wall.jpg
exec_always --no-startup-id feh --bg-scale ~/pictures/wall.jpg