From 3e7ab86fae8c7e9a52560db779e5bd0ff3d3bd5d Mon Sep 17 00:00:00 2001 From: Uli Schlachter Date: Sun, 11 Mar 2018 16:05:52 +0100 Subject: [PATCH] sample_theme: Use get_configuration_dir() Signed-off-by: Uli Schlachter --- docs/sample_theme.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sample_theme.lua b/docs/sample_theme.lua index a61a15420..5aa321345 100644 --- a/docs/sample_theme.lua +++ b/docs/sample_theme.lua @@ -19,7 +19,7 @@ require("sample_files")( -- -- with -- --- beautiful.init(gears.filesystem.get_dir("config") .. "mytheme.lua") +-- beautiful.init(gears.filesystem.get_configuration_dir() .. "mytheme.lua") -- -- in your `rc.lua`. --