From 5195324dee3a9894f47d9df55b68db722f301d43 Mon Sep 17 00:00:00 2001 From: Joe Groocock Date: Sun, 26 Nov 2017 01:01:28 +0000 Subject: [PATCH] Update .fehbg script For some reason feh decided to quote everything now --- .fehbg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.fehbg b/.fehbg index 05f3c2f..94f6942 100755 --- a/.fehbg +++ b/.fehbg @@ -1,2 +1,2 @@ #!/bin/sh -feh --no-xinerama --bg-fill '/home/frebib/pictures/lakesidesunrise.jpg' +'feh' '--no-xinerama' '--bg-fill' '/home/frebib/pictures/lakesidesunrise.jpg'