summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Keller <tjkeller.xyz>2025-04-12 21:53:23 -0500
committerTim Keller <tjkeller.xyz>2025-04-12 21:53:23 -0500
commitb779d7a1ec0182f712ac8a27232c13ba35abdbaf (patch)
treefe666fb9411ea7251ba6e11a8c2ad2c26b598fed
parent90b9dcd2eddbbdee50f6ed3b974450706142f16a (diff)
downloadawesome-b779d7a1ec0182f712ac8a27232c13ba35abdbaf.tar.xz
awesome-b779d7a1ec0182f712ac8a27232c13ba35abdbaf.zip
use actual hostname override
-rw-r--r--rc.lua3
1 files changed, 1 insertions, 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)