Make start button run rofi with `drun`

This commit is contained in:
Alice Gaudon 2019-11-17 07:21:41 +01:00
parent 90d8d45efb
commit d88d0188e7
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ local launcher = awful.widget.button({
image = beautiful.awesome_icon,
})
launcher:buttons(gears.table.join(launcher:buttons(),
awful.button({}, 1, nil, showAppLauncher)))
awful.button({}, 1, nil, function() showAppLauncher(false) end)))
shutdown_icon = awesome.load_image(awful.util.getdir("config") .. "/assets/icons/power.svg")
restart_icon = awesome.load_image(awful.util.getdir("config") .. "/assets/icons/refresh-cw.svg")