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

10 lines
280 B
Lua
Raw Permalink Normal View History

2022-04-13 21:54:22 +02:00
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
}