1
0
Fork 0
dotfiles/dot_config/awesome/keymapping/init.lua

10 lines
No EOL
280 B
Lua

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
}