From 1f491f8f2348ddbff84a90ac5c469caf95664318 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Wed, 22 May 2019 14:43:31 +0200 Subject: [PATCH] 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. --- .config/i3/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/i3/config b/.config/i3/config index 3edd971..def140c 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -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