mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-08-31 23:09:56 +02:00
keydoc: collapse items of the same group together
This commit is contained in:
parent
381812d843
commit
94960c5c2b
3 changed files with 26 additions and 24 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue