mirror of
https://github.com/tuxdotrs/tawm.git
synced 2025-07-06 21:16:35 +05:30
6 lines
150 B
Lua
6 lines
150 B
Lua
-- Returns all mouse and keybinds for both clients and the WM.
|
|
return {
|
|
global = require(... .. ".global"),
|
|
client = require(... .. ".client"),
|
|
}
|