From 25979ad455f135387500c77d5799ac342e1bd150 Mon Sep 17 00:00:00 2001 From: thelamer Date: Fri, 15 Feb 2019 12:57:46 -0800 Subject: [PATCH] fixing paths for initial config --- root/defaults/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/root/defaults/config b/root/defaults/config index a1bedbf..51f5d23 100644 --- a/root/defaults/config +++ b/root/defaults/config @@ -1,6 +1,6 @@ { "prefer_picon": false, - "chiconpath": "file://picons/%C.png", - "piconpath": "file://picons/", + "chiconpath": "file:///picons/%C.png", + "piconpath": "file:///picons/", "piconscheme": 0 }