From 6595236535de799618bfdaa33c5372d94f291560 Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Mon, 14 Apr 2025 22:16:15 -0500 Subject: explicitly import buttons and keybindings into rules since it requires globals from them both --- rules.lua | 2 ++ 1 file changed, 2 insertions(+) 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 = { -- cgit v1.2.3