diff options
author | Tim Keller <tjkeller.xyz> | 2025-04-12 14:34:55 -0500 |
---|---|---|
committer | Tim Keller <tjkeller.xyz> | 2025-04-12 14:34:55 -0500 |
commit | 39f8a32b96c86a442c6cdc4aae7a870a5f65b45f (patch) | |
tree | 301b6b623f80838de954c8afdd0d19cb2665f11a /rc.lua | |
parent | 3ab998e85b7eb487d129530c5ec437259e305c81 (diff) | |
download | awesome-39f8a32b96c86a442c6cdc4aae7a870a5f65b45f.tar.xz awesome-39f8a32b96c86a442c6cdc4aae7a870a5f65b45f.zip |
cleanup and tasklist tooltip + wibox tooltip lib
Diffstat (limited to 'rc.lua')
-rw-r--r-- | rc.lua | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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") |