17 lines
340 B
Lua
17 lines
340 B
Lua
|
return {
|
||
|
keys = gears.table.join(
|
||
|
require("binds.system.backlight"),
|
||
|
require("binds.system.system"),
|
||
|
|
||
|
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 = {}
|
||
|
}
|