fix(awful: hotkeys): restore continuation symbol
This commit is contained in:
parent
333c5cd31c
commit
4aaedb0f86
|
@ -245,7 +245,7 @@ local function create_wibox(s, available_groups)
|
||||||
table.insert(((i<available_height_items) and new_keys or overlap_leftovers), keys[i])
|
table.insert(((i<available_height_items) and new_keys or overlap_leftovers), keys[i])
|
||||||
end
|
end
|
||||||
keys = new_keys
|
keys = new_keys
|
||||||
table.insert(keys, {hotkey=markup.fg(widget.modifiers_color, "▽"), description=""})
|
table.insert(keys, {key=markup.fg(widget.modifiers_color, "▽"), description=""})
|
||||||
end
|
end
|
||||||
if not current_column then
|
if not current_column then
|
||||||
current_column = {layout=wibox.layout.fixed.vertical()}
|
current_column = {layout=wibox.layout.fixed.vertical()}
|
||||||
|
|
Loading…
Reference in New Issue