20 lines
438 B
Lua
Executable File
20 lines
438 B
Lua
Executable File
return {
|
|
keys = gears.table.join(
|
|
require("binds.system.backlight"),
|
|
require("binds.system.mpd"),
|
|
require("binds.system.volume"),
|
|
require("binds.system.system"),
|
|
require("binds.system.input"),
|
|
|
|
require("binds.window.client"),
|
|
require("binds.window.layout"),
|
|
require("binds.window.tags"),
|
|
|
|
require("binds.desktop.awesome"),
|
|
require("binds.desktop.launcher"),
|
|
require("binds.desktop.screenshot")
|
|
),
|
|
|
|
buttons = {}
|
|
}
|