Make start button run rofi with drun
This commit is contained in:
parent
90d8d45efb
commit
d88d0188e7
@ -159,7 +159,7 @@ local launcher = awful.widget.button({
|
|||||||
image = beautiful.awesome_icon,
|
image = beautiful.awesome_icon,
|
||||||
})
|
})
|
||||||
launcher:buttons(gears.table.join(launcher:buttons(),
|
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")
|
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")
|
restart_icon = awesome.load_image(awful.util.getdir("config") .. "/assets/icons/refresh-cw.svg")
|
||||||
|
Loading…
Reference in New Issue
Block a user