local hotkeys = require("awful.hotkeys_popup") return gears.table.join( awful.key( {"Mod4"}, "s", hotkeys.show_help, { description = "Show help", group = "Desktop" } ), awful.key( {"Mod4", "Control", "Shift"}, "r", awesome.restart, { description = "Restart awesome", group = "Desktop" } ) )