summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Keller <tjkeller.xyz>2025-04-14 22:16:15 -0500
committerTim Keller <tjkeller.xyz>2025-04-14 22:16:15 -0500
commit6595236535de799618bfdaa33c5372d94f291560 (patch)
tree36d7578ac6c867385db439495e5d27b3d193fa1d
parentcbcc13cd2e80503ccd43024abeb587a8f2738812 (diff)
downloadawesome-6595236535de799618bfdaa33c5372d94f291560.tar.xz
awesome-6595236535de799618bfdaa33c5372d94f291560.zip
explicitly import buttons and keybindings into rules since it requires globals from them both
-rw-r--r--rules.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/rules.lua b/rules.lua
index 795e8df..d323985 100644
--- a/rules.lua
+++ b/rules.lua
@@ -1,5 +1,7 @@
local awful = require("awful")
local beautiful = require("beautiful")
+require("keybindings")
+require("buttons")
-- Rules to apply to new clients (through the "manage" signal)
awful.rules.rules = {