keydoc: collapse items of the same group together

This commit is contained in:
Vincent Bernat 2012-07-15 01:02:30 +02:00
parent 381812d843
commit 94960c5c2b
3 changed files with 26 additions and 24 deletions

View file

@ -47,7 +47,7 @@ config.keys.global = awful.util.table.join(
awful.key({ modkey }, "=",
function()
os.execute(qdbus.next)
end))
end, "Change keyboard layout"))
-- Run kbdd if not running
if os.execute(qdbus.check .. " 2> /dev/null > /dev/null") ~= 0 then