Changed app launcher to rofi.

This commit is contained in:
Sheldon Lee 2020-11-05 00:14:40 +08:00
parent e09b8d45a7
commit 5f0e90fd25

View File

@ -355,10 +355,14 @@ globalkeys = gears.table.join(
} }
end, end,
{description = "lua execute prompt", group = "awesome"}), {description = "lua execute prompt", group = "awesome"}),
-- {{{ App launchers, use either one:
-- Menubar -- Menubar
awful.key({ modkey }, "space", function() menubar.show() end, --awful.key({ modkey }, "space", function() menubar.show() end,
{description = "show the menubar", group = "launcher"}), -- {description = "show the menubar", group = "launcher"}),
-- rofi
awful.key({ modkey }, "space", function() awful.spawn("rofi -show run") end,
{description = "rofi", group = "launcher"}),
-- }}}
-- Custom bindings -- Custom bindings
-- Volume -- Volume