diff options
author | Tim Keller <tjkeller.xyz> | 2025-04-14 22:16:15 -0500 |
---|---|---|
committer | Tim Keller <tjkeller.xyz> | 2025-04-14 22:16:15 -0500 |
commit | 6595236535de799618bfdaa33c5372d94f291560 (patch) | |
tree | 36d7578ac6c867385db439495e5d27b3d193fa1d | |
parent | cbcc13cd2e80503ccd43024abeb587a8f2738812 (diff) | |
download | awesome-6595236535de799618bfdaa33c5372d94f291560.tar.xz awesome-6595236535de799618bfdaa33c5372d94f291560.zip |
explicitly import buttons and keybindings into rules since it requires globals from them both
-rw-r--r-- | rules.lua | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 = { |