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:
parent
844256901d
commit
1f491f8f23
1 changed files with 1 additions and 1 deletions
|
@ -180,4 +180,4 @@ bindsym $mod+Shift+y reload
|
||||||
bindsym $mod+Shift+r restart
|
bindsym $mod+Shift+r restart
|
||||||
|
|
||||||
# set a pretty wallpaper
|
# 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
|
||||||
|
|
Loading…
Reference in a new issue