summaryrefslogtreecommitdiff
path: root/rc.lua
diff options
context:
space:
mode:
authorTim Keller <tjkeller.xyz>2025-04-12 14:34:55 -0500
committerTim Keller <tjkeller.xyz>2025-04-12 14:34:55 -0500
commit39f8a32b96c86a442c6cdc4aae7a870a5f65b45f (patch)
tree301b6b623f80838de954c8afdd0d19cb2665f11a /rc.lua
parent3ab998e85b7eb487d129530c5ec437259e305c81 (diff)
downloadawesome-39f8a32b96c86a442c6cdc4aae7a870a5f65b45f.tar.xz
awesome-39f8a32b96c86a442c6cdc4aae7a870a5f65b45f.zip
cleanup and tasklist tooltip + wibox tooltip lib
Diffstat (limited to 'rc.lua')
-rw-r--r--rc.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/rc.lua b/rc.lua
index d707c93..fbd25f1 100644
--- a/rc.lua
+++ b/rc.lua
@@ -28,4 +28,5 @@ require("func.tagnames")
--require("widgets.audio")
-- call override module if exists
-pcall(function() require("hosts." .. hostname) end)
+--pcall(function() require("hosts." .. hostname) end)
+require("hosts.libreX60")