feat: isolate awesomeWM config

This commit is contained in:
tux
2025-02-27 16:12:22 +05:30
parent e1553de0ad
commit 5f70161a19
376 changed files with 18 additions and 7933 deletions

5
src/binds/init.lua Normal file
View File

@ -0,0 +1,5 @@
-- Returns all mouse and keybinds for both clients and the WM.
return {
global = require(... .. ".global"),
client = require(... .. ".client"),
}