my-config/awesome/binds/init.lua

6 lines
151 B
Lua
Raw Permalink Normal View History

2024-08-20 13:20:26 +00:00
-- Returns all mouse and keybinds for both clients and the WM.
return {
global = require(... .. '.global'),
client = require(... .. '.client')
}