mirror of
https://github.com/tuxdotrs/tawm.git
synced 2025-07-06 21:16:35 +05:30
feat: isolate awesomeWM config
This commit is contained in:
5
src/binds/init.lua
Normal file
5
src/binds/init.lua
Normal file
@ -0,0 +1,5 @@
|
||||
-- Returns all mouse and keybinds for both clients and the WM.
|
||||
return {
|
||||
global = require(... .. ".global"),
|
||||
client = require(... .. ".client"),
|
||||
}
|
Reference in New Issue
Block a user