1
0
Fork 0
mirror of https://github.com/lcpz/awesome-copycats.git synced 2024-10-22 12:31:23 +00:00

Merge branch 'master' of github.com:lcpz/awesome-copycats

This commit is contained in:
Luca Capezzuto 2021-11-23 08:54:06 -06:00
commit 234fcb88c7

View file

@ -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