diff options
author | Tim Keller <tjkeller.xyz> | 2025-04-12 21:53:23 -0500 |
---|---|---|
committer | Tim Keller <tjkeller.xyz> | 2025-04-12 21:53:23 -0500 |
commit | b779d7a1ec0182f712ac8a27232c13ba35abdbaf (patch) | |
tree | fe666fb9411ea7251ba6e11a8c2ad2c26b598fed | |
parent | 90b9dcd2eddbbdee50f6ed3b974450706142f16a (diff) | |
download | awesome-b779d7a1ec0182f712ac8a27232c13ba35abdbaf.tar.xz awesome-b779d7a1ec0182f712ac8a27232c13ba35abdbaf.zip |
use actual hostname override
-rw-r--r-- | rc.lua | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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) |