Fix: add comma in global key binding definition
This commit is contained in:
parent
7371820abb
commit
0c60d3bd37
|
@ -535,7 +535,7 @@ globalkeys = mytable.join(
|
|||
os.execute(string.format("dmenu_run -i -fn 'Monospace' -nb '%s' -nf '%s' -sb '%s' -sf '%s'",
|
||||
beautiful.bg_normal, beautiful.fg_normal, beautiful.bg_focus, beautiful.fg_focus))
|
||||
end,
|
||||
{description = "show dmenu", group = "launcher"})
|
||||
{description = "show dmenu", group = "launcher"}),
|
||||
--]]
|
||||
-- alternatively use rofi, a dmenu-like application with more features
|
||||
-- check https://github.com/DaveDavenport/rofi for more details
|
||||
|
|
Loading…
Reference in New Issue