1
0
Fork 0
linux-conf/configs/awesome/keymapping/init.lua

10 lines
280 B
Lua
Raw Normal View History

local function bind(globalkeys, clientkeys, clientbuttons)
-- Media Control
globalkeys, clientkeys, clientbuttons = require('keymapping.mediacontrol').bind(globalkeys, clientkeys, clientbuttons)
return globalkeys, clientkeys, clientbuttons
end
return {
bind = bind
}