From b779d7a1ec0182f712ac8a27232c13ba35abdbaf Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Sat, 12 Apr 2025 21:53:23 -0500 Subject: use actual hostname override --- rc.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rc.lua b/rc.lua index b222fb5..c447419 100644 --- a/rc.lua +++ b/rc.lua @@ -27,5 +27,4 @@ require("func.sloppyfocus") require("func.tagnames") -- call override module if exists ---pcall(function() require("hosts." .. hostname) end) -require("hosts.libreX60") +pcall(function() require("hosts." .. hostname) end) -- cgit v1.2.3